forked from trallard/airflow-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
144 lines (144 loc) · 2.57 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
-i https://pypi.org/simple
alembic==0.9.10
amqp==2.4.2
ansiwrap==0.8.4
apache-airflow[celery,kubernetes,mysql,password,slack]==1.10.3
appnope==0.1.0 ; sys_platform == 'darwin'
asn1crypto==0.24.0
attrs==19.1.0
babel==2.6.0
backcall==0.1.0
bcrypt==3.1.6
billiard==3.5.0.5
bleach==3.1.0
cachetools==3.1.0
celery==4.1.1
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
click==7.0
colorama==0.4.1
configparser==3.5.3
croniter==0.3.30
cryptography==2.6.1
cycler==0.10.0
decorator==4.4.0
defusedxml==0.6.0
dill==0.2.9
docutils==0.14
entrypoints==0.3
flask-admin==1.5.3
flask-appbuilder==1.12.3
flask-babel==0.12.2
flask-bcrypt==0.7.1
flask-caching==1.3.3
flask-login==0.4.1
flask-openid==1.2.5
flask-sqlalchemy==2.4.0
flask-swagger==0.2.13
flask-wtf==0.14.2
flask==1.0.2
flower==0.9.3
funcsigs==1.0.0
future==0.16.0
gitdb2==2.0.5
gitpython==2.1.11
google-auth==1.6.3
gunicorn==19.9.0
hypothesis==4.18.0
idna==2.8
ipykernel==5.1.0
ipython-genutils==0.2.0
ipython==7.5.0 ; python_version >= '3.3'
ipywidgets==7.4.2
iso8601==0.1.12
itsdangerous==1.1.0
jedi==0.13.3
jinja2==2.10
json-merge-patch==0.2
jsonschema==3.0.1
jupyter-client==5.2.4
jupyter-console==6.0.0
jupyter-core==4.4.0
jupyter==1.0.0
jupyterlab-server==0.2.0
jupyterlab==0.35.5
kiwisolver==1.1.0
kombu==4.5.0
kubernetes==9.0.0
lockfile==0.12.2
lxml==4.3.3
mako==1.0.9
markdown==2.6.11
markupsafe==1.1.1
matplotlib==3.0.3
mistune==0.8.4
mysql-connector-python==8.0.16
mysqlclient==1.3.14
nbconvert==5.5.0
nbformat==4.4.0
notebook==5.7.8
numpy==1.16.3
oauthlib==3.0.1
ordereddict==1.1
pandas==0.24.2
pandocfilters==1.4.2
papermill==1.0.0
parso==0.4.0
pendulum==1.4.4
pexpect==4.7.0 ; sys_platform != 'win32'
pickleshare==0.7.5
prometheus-client==0.6.0
prompt-toolkit==2.0.9
protobuf==3.7.1
psutil==5.6.2
ptyprocess==0.6.0 ; os_name != 'nt'
pyasn1-modules==0.2.5
pyasn1==0.4.5
pycparser==2.19
pygments==2.3.1
pyparsing==2.4.0
pyrsistent==0.15.1
pysocks==1.6.8
python-daemon==2.1.2
python-dateutil==2.8.0
python-editor==1.0.4
python3-openid==3.1.0
pytz==2019.1
pytzdata==2019.1
pyyaml==5.1
pyzmq==18.0.1
qtconsole==4.4.3
requests-oauthlib==1.2.0
requests==2.21.0
rsa==4.0
scipy==1.2.1
seaborn==0.9.0
send2trash==1.5.0
setproctitle==1.1.10
six==1.12.0
slackclient==1.3.1
smmap2==2.0.5
sqlalchemy==1.2.19
tabulate==0.8.3
tenacity==4.12.0
terminado==0.8.2
testpath==0.4.2
text-unidecode==1.2
textwrap3==0.9.2
thrift==0.11.0
tornado==5.1.1
tqdm==4.31.1
traitlets==4.3.2
tweepy==3.7.0
tzlocal==1.5.1
unicodecsv==0.14.1
urllib3==1.24.2
vine==1.3.0
wcwidth==0.1.7
webencodings==0.5.1
websocket-client==0.54.0
werkzeug==0.14.1
widgetsnbextension==3.4.2
wtforms==2.2.1
zope.deprecation==4.4.0