-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-before-bonobo.txt
More file actions
52 lines (50 loc) · 980 Bytes
/
Copy pathrequirements-before-bonobo.txt
File metadata and controls
52 lines (50 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Background
# ----------
# This file contains the unversioned list of packages that bonobo 0.7.0rc3
# depends on.
#
# It exists because, as of 2021-04-20, the bonobo project does not seem to
# be active and the versions of these dependencies are out-of-date. In some
# cases, so much so, that they cause deprecation warnings in recent versions
# of Python (e.g., 3.8, 3.9).
#
# Note that setup.cfg specifies bray's dependencies as follows:
# dynaconf
# bonobo==0.7.0rc3
#
# Also note that dynaconf is listed below, but bonobo does not depend upon it.
#
# Usage
# -----
# In a new environment, run:
# pip install -rrequirements-before-bonobo.txt
# pip install --no-deps bonobo==0.7.0rc3
#
# For bray:
dynaconf
# For bonobo:
appdirs
cached-property
certifi
chardet
colorama
fs
graphviz
idna
jinja2
markupsafe
mondrian
packaging
pbr
psutil
pyparsing
python-slugify
pytz
requests
six
stevedore
#typing # Do not install when using python>3.6
unidecode
urllib3
whistle