-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
259 lines (258 loc) · 4.81 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile requirements.in
#
absl-py==0.15.0
# via
# tensorboard
# tensorflow
alembic==1.7.7
# via flask-migrate
amqp==2.6.1
# via kombu
astunparse==1.6.3
# via tensorflow
bcrypt==3.2.2
# via flask-bcrypt
billiard==3.6.4.0
# via celery
blinker==1.4
# via sentry-sdk
cachetools==5.1.0
# via google-auth
celery==4.4.0
# via -r requirements.in
certifi==2022.5.18.1
# via
# requests
# sentry-sdk
cffi==1.15.0
# via bcrypt
chardet==3.0.4
# via requests
click==7.1.2
# via flask
dnspython==2.2.1
# via eventlet
eventlet==0.25.1
# via -r requirements.in
filemagic==1.6
# via -r requirements.in
flask==1.1.4
# via
# -r requirements.in
# flask-bcrypt
# flask-cors
# flask-login
# flask-migrate
# flask-script
# flask-sqlalchemy
# sentry-sdk
flask-bcrypt==0.7.1
# via -r requirements.in
flask-cors==3.0.10
# via -r requirements.in
flask-login==0.4.1
# via -r requirements.in
flask-migrate==2.6.0
# via -r requirements.in
flask-script==2.0.6
# via -r requirements.in
flask-sqlalchemy==2.4.0
# via
# -r requirements.in
# flask-migrate
flatbuffers==1.12
# via tensorflow
gast==0.3.3
# via tensorflow
google-auth==2.6.6
# via
# google-auth-oauthlib
# tensorboard
google-auth-oauthlib==0.4.6
# via tensorboard
google-pasta==0.2.0
# via tensorflow
greenlet==1.1.2
# via
# eventlet
# sqlalchemy
grpcio==1.32.0
# via
# tensorboard
# tensorflow
gunicorn==20.1.0
# via -r requirements.in
h5py==2.10.0
# via
# keras
# tensorflow
idna==2.8
# via requests
importlib-metadata==4.11.4
# via
# alembic
# kombu
# mako
# markdown
# sqlalchemy
importlib-resources==5.7.1
# via alembic
itsdangerous==1.1.0
# via flask
jinja2==2.11.3
# via
# -r requirements.in
# flask
joblib==1.1.0
# via scikit-learn
keras==2.4.3
# via -r requirements.in
keras-preprocessing==1.1.2
# via tensorflow
kombu==4.6.11
# via celery
lxml==4.4.0
# via -r requirements.in
mako==1.2.0
# via alembic
markdown==3.3.7
# via tensorboard
markupsafe==2.0.1
# via
# -r requirements.in
# jinja2
# mako
monotonic==1.6
# via eventlet
numpy==1.19.5
# via
# -r requirements.in
# h5py
# keras
# keras-preprocessing
# opt-einsum
# scikit-learn
# scipy
# tensorboard
# tensorflow
oauthlib==3.2.0
# via requests-oauthlib
opt-einsum==3.3.0
# via tensorflow
pendulum==2.0.5
# via -r requirements.in
protobuf==3.18.1
# via
# -r requirements.in
# tensorboard
# tensorflow
psycopg2==2.8.3
# via -r requirements.in
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycparser==2.21
# via cffi
pyjwt==1.4.2
# via -r requirements.in
python-dateutil==2.8.2
# via pendulum
python-dotenv==0.10.3
# via -r requirements.in
python-magic==0.4.15
# via -r requirements.in
pytz==2022.1
# via celery
pytzdata==2020.1
# via pendulum
pyyaml==6.0
# via keras
redis==3.2.1
# via -r requirements.in
requests==2.22.0
# via
# -r requirements.in
# requests-oauthlib
# tensorboard
requests-oauthlib==1.3.1
# via google-auth-oauthlib
rsa==4.8
# via google-auth
scikit-learn==1.0.2
# via sklearn
scipy==1.7.3
# via
# keras
# scikit-learn
sentry-sdk[flask]==0.11.2
# via -r requirements.in
six==1.15.0
# via
# absl-py
# astunparse
# eventlet
# flask-cors
# google-auth
# google-pasta
# grpcio
# h5py
# keras-preprocessing
# python-dateutil
# tensorflow
sklearn==0.0
# via -r requirements.in
sqlalchemy==1.4.36
# via
# alembic
# flask-sqlalchemy
tensorboard==2.9.0
# via tensorflow
tensorboard-data-server==0.6.1
# via tensorboard
tensorboard-plugin-wit==1.8.1
# via tensorboard
tensorflow==2.4.1
# via -r requirements.in
tensorflow-estimator==2.4.0
# via tensorflow
termcolor==1.1.0
# via tensorflow
threadpoolctl==3.1.0
# via scikit-learn
typing-extensions==3.7.4.3
# via
# importlib-metadata
# tensorflow
urllib3==1.25.11
# via
# requests
# sentry-sdk
vine==1.3.0
# via
# amqp
# celery
werkzeug==1.0.1
# via
# -r requirements.in
# flask
# tensorboard
wheel==0.37.1
# via
# astunparse
# tensorboard
# tensorflow
wrapt==1.12.1
# via tensorflow
zipp==3.8.0
# via
# importlib-metadata
# importlib-resources
# The following packages are considered to be unsafe in a requirements file:
# setuptools