-
Notifications
You must be signed in to change notification settings - Fork 9
/
requirements.txt
98 lines (98 loc) · 1.68 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
alembic==1.0.10
amqp==5.0.6
aniso8601==9.0.1
asn1crypto==0.24.0
async-timeout==4.0.2
attrs==21.2.0
autoenv==1.0.0
bcrypt==3.1.7
billiard==3.6.4.0
blinker==1.4
cached-property==1.5.2
cachetools==3.1.1
celery==5.1.2
certifi==2023.7.22
cffi
chardet==3.0.4
charset-normalizer==2.0.12
click==7.1.2
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
coverage==6.2
cryptography==40.0.2
dnspython==2.2.1
enum34==1.1.6
flasgger==0.9.3
Flask==2.0.3
Flask-Bcrypt==0.7.1
Flask-Cors==3.0.9
Flask-JWT-Extended==3.20.0
Flask-Mail==0.9.1
Flask-Migrate==2.5.2
Flask-PyMongo==2.3.0
Flask-RESTful==0.3.9
Flask-SQLAlchemy==2.4.0
google-auth==1.6.3
gunicorn==20.1.0
importlib-metadata==4.8.3
iniconfig==1.1.1
ipaddress==1.0.22
itsdangerous==2.0.1
Jinja2==3.0.3
jsonschema==2.6.0
keyring==10.6.0
keyrings.alt==3.0
kombu==5.1.0
kubernetes==23.3.0
Mako==1.1.6
MarkupSafe==2.0.1
marshmallow==2.19.2
mistune==2.0.3
mysql-connector==2.2.9
newrelic==7.16.0.178
nose==1.3.7
oauthlib==3.0.2
orjson==3.6.1
packaging==21.3
pluggy==1.0.0
prometheus-http-client==1.0.0
prompt-toolkit==3.0.20
psycopg2==2.8.4
py==1.11.0
pyasn1==0.4.5
pyasn1-modules==0.2.5
pycparser==2.19
pycryptodome==3.15.0
PyJWT==1.7.1
pymongo==4.1.1
pyparsing==3.0.7
pyrsistent==0.18.0
pytest==6.2.5
python-dateutil==2.8.0
python-dotenv==0.10.2
python-editor==1.0.4
pytz==2021.3
pyxdg==0.25
PyYAML==6.0
rave-python==1.2.16
redis==4.3.6
requests-oauthlib==1.2.0
rsa==4.0
SecretStorage==2.3.1
six==1.12.0
SQLAlchemy==1.3.4
SQLAlchemy-Utils==0.36.1
toml==0.10.2
typing==3.6.6
typing_extensions==4.1.1
urllib3==1.25.3
vine==5.0.0
virtualenv==16.6.0
wcwidth==0.2.5
websocket-client==0.56.0
Werkzeug==2.0.3
zipp==3.6.0
py3-validate-email==1.0.5.post2
requests>=2.27.1
idna>=2.5