-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
52 lines (52 loc) · 2.21 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
-i https://pypi.org/simple
alembic==1.11.2; python_version >= '3.7'
blinker==1.6.2
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
click==8.1.6
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ecdsa==0.18.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
exceptiongroup==1.1.2; python_version < '3.11'
flask==2.3.2
flask-cors==4.0.0
flask-limiter==3.3.1
flask-marshmallow==0.15.0
flask-migrate==4.0.4
flask-sqlalchemy==3.0.5
greenlet==2.0.2; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
gunicorn==21.2.0
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version < '3.10'
importlib-resources==6.0.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
limits==3.5.0; python_version >= '3.7'
mako==1.2.4; python_version >= '3.7'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
marshmallow==3.20.1; python_version >= '3.8'
marshmallow-sqlalchemy==0.29.0
mdurl==0.1.2; python_version >= '3.7'
ordered-set==4.1.0; python_version >= '3.7'
packaging==23.1; python_version >= '3.7'
pluggy==1.2.0; python_version >= '3.7'
psycopg2==2.9.7
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pygments==2.16.1; python_version >= '3.7'
pytest==7.4.0
python-dotenv==1.0.0
python-jose==3.3.0
requests==2.31.0
rich==13.5.2; python_full_version >= '3.7.0'
rsa==4.9; python_version >= '3.6' and python_version < '4'
sentry-sdk==1.29.2
setuptools==68.0.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sqlalchemy==2.0.19
tomli==2.0.1; python_version < '3.11'
typing-extensions==4.7.1; python_version >= '3.7'
urllib3==2.0.4; python_version >= '3.7'
werkzeug==2.3.6; python_version >= '3.8'
wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
zipp==3.16.2; python_version >= '3.8'