-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathrequirements.txt
91 lines (91 loc) · 2.07 KB
/
requirements.txt
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
alembic==1.5.8
apache-airflow==2.1.1
apache-airflow-providers-postgres==2.0.0
argcomplete==1.12.2
attrs==20.3.0
babel==2.9.0; python_version >= "3.6"
boto3==1.17.35
botocore==1.20.35
cached-property==1.5.2
cattrs==1.4.0; python_version > "3.6"
certifi==2020.12.5
cffi==1.14.5; python_version >= "3.0"
chardet==3.0.4
click==7.1.2
colorama==0.4.4; sys_platform == "win32" or python_version >= "3.6"
colorlog==4.0.2
configparser==3.5.3
croniter==0.3.37
cryptography==3.4.6; python_version >= "3.0"
decorator==4.4.2
dill==0.3.3
dnspython==2.1.0
docutils==0.16
email-validator==1.1.2
flask==1.1.2
flask-admin==1.5.4
flask-babel==1.0.0; python_version >= "3.6"
flask-jwt-extended==3.24.1; python_version >= "3.6"
flask-login==0.4.1
flask-openid==1.2.5; python_version >= "3.6"
flask-sqlalchemy==2.5.1; python_version >= "3.6"
flask-swagger==0.2.14
flask-wtf==0.14.3
fsspec==0.8.7
funcsigs==1.0.2
future==0.18.2
graphviz==0.16
gunicorn==20.0.4
idna==2.10
importlib-resources==1.5.0
iso8601==0.1.14
itsdangerous==1.1.0
jinja2==2.11.3
jmespath==0.10.0
json-merge-patch==0.2
jsonschema==3.2.0
lazy-object-proxy==1.4.3
lockfile==0.12.2
mako==1.1.4
markdown==2.6.11
markupsafe==1.1.1
marshmallow-enum==1.5.1; python_version >= "3.6"
marshmallow-sqlalchemy==0.23.1; python_version >= "3.6"
natsort==7.1.1
networkx==2.5
numpy==1.20.1
packaging==20.9
pandas==1.1.5
prison==0.1.3; python_version >= "3.6"
psutil==5.8.0
psycopg2==2.8.6
pycparser==2.20; python_version >= "3.0"
pygments==2.8.1
pyparsing==2.4.7
pyrsistent==0.17.3
python-daemon==2.3.0
python-dateutil==2.8.1
python-editor==1.0.4
python-nvd3==0.15.0
python-openid==2.2.5; python_version >= "3.6"
python-slugify==4.0.1
pytz==2021.1
pytzdata==2020.1
pyyaml==5.1
ratelimit==2.2.1
requests==2.23.0
s3transfer==0.3.6
setproctitle==1.2.2
six==1.15.0
sqlalchemy==1.3.23
sqlalchemy-utils==0.36.8; python_version >= "3.6"
tabulate==0.8.9
text-unidecode==1.3
thrift==0.13.0
typing-extensions==3.7.4.3
tzlocal==1.5.1
unicodecsv==0.14.1
urllib3==1.25.11
wtforms==2.3.3
zipp==3.4.1; python_version < "3.8" or python_version >= "3.6" and python_version < "3.8"
zope.deprecation==4.4.0