forked from NullPointerMLG/CourtSharing-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
66 lines (66 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
aniso8601==8.0.0
astroid==2.3.2
bson==0.5.8
CacheControl==0.12.5
cachetools==3.1.1
certifi==2019.9.11
chardet==3.0.4
Click==7.0
colorama==0.4.1
dnspython==1.16.0
firebase-admin==3.2.0
Flask==1.1.1
Flask-Cors==3.0.8
flask-mongoengine==0.9.5
Flask-PyMongo==2.3.0
Flask-RESTful==0.3.7
Flask-WTF==0.14.2
gcloud==0.17.0
google-api-core==1.14.3
google-api-python-client==1.7.11
google-auth==1.7.1
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
google-cloud-core==1.0.3
google-cloud-firestore==1.6.0
google-cloud-storage==1.23.0
google-resumable-media==0.5.0
googleapis-common-protos==1.6.0
gunicorn==20.0.4
grpcio==1.25.0
httplib2==0.14.0
idna==2.8
isort==4.3.21
itsdangerous==1.1.0
Jinja2==2.10.3
jws==0.1.3
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
mccabe==0.6.1
mongoengine==0.18.2
msgpack==0.6.2
oauth2client==3.0.0
oauthlib==3.1.0
protobuf==3.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.7
pycryptodome==3.6.6
pylint==2.4.4
pylint-flask==0.6
pylint-mongoengine==0.4.0
pylint-plugin-utils==0.6
pymongo==3.9.0
python-dateutil==2.8.1
python-jwt==2.0.1
pytz==2019.3
requests==2.22.0
requests-oauthlib==1.3.0
requests-toolbelt==0.7.0
rsa==4.0
six==1.12.0
typed-ast==1.4.0
uritemplate==3.0.0
urllib3==1.25.7
Werkzeug==0.16.0
wrapt==1.11.2
WTForms==2.2.1