-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
77 lines (77 loc) · 1.3 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
alembic==1.7.1
aniso8601==9.0.1
astroid==2.8.3
atomicwrites==1.4.0
attrs==21.2.0
Babel==2.9.1
backports.entry-points-selectable==1.1.0
bcrypt==3.2.0
bleach==4.1.0
cachelib==0.4.1
certifi==2021.5.30
cffi==1.15.0
charset-normalizer==2.0.4
click==8.0.1
colorama==0.4.4
cryptography==35.0.0
distlib==0.3.2
ecdsa==0.17.0
filelock==3.0.12
Flask==2.2.5
Flask-Cors==3.0.10
Flask-HTTPAuth==4.4.0
Flask-Migrate==2.5.2
Flask-Mobility==1.1.0
Flask-Moment==1.0.2
Flask-RESTful==0.3.9
Flask-Script==2.0.6
Flask-Session==0.4.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.15.1
future==0.18.2
greenlet==1.1.1
gunicorn==20.0.4
httplib2==0.19.1
idna==3.2
iniconfig==1.1.1
isort==5.9.3
itsdangerous==2.0.1
Jinja2==3.0.2
jwt==1.3.1
lazy-object-proxy==1.6.0
Mako==1.2.2
MarkupSafe==2.0.1
mccabe==0.6.1
oauth2client==4.1.3
packaging==21.0
passlib==1.7.4
platformdirs==2.3.0
pluggy==0.13.1
psycopg2-binary==2.9.1
py==1.11.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pycryptodome==3.11.0
PyJWT==2.4.0
pylint==2.11.1
pyparsing==2.4.7
pytest==6.2.2
python-dateutil==2.8.2
python-dotenv==0.19.1
python-jose==3.3.0
pytz==2019.1
redis==4.4.4
requests==2.26.0
rsa==4.7.2
six==1.12.0
SQLAlchemy==1.4.25
toml==0.10.2
typed-ast==1.4.3
typing-extensions==3.10.0.2
urllib3==1.26.6
virtualenv==20.7.2
webencodings==0.5.1
Werkzeug==2.2.3
wrapt==1.13.2
WTForms==2.3.3