-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
33 lines (33 loc) · 1.33 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
-i https://pypi.org/simple
async-timeout==4.0.3; python_full_version < '3.11.3'
blinker==1.8.2; python_version >= '3.8'
boto3==1.35.54; python_version >= '3.8'
boto3-stubs[s3]==1.34.3
botocore==1.35.54; python_version >= '3.8'
botocore-stubs==1.34.127; python_version >= '3.8' and python_version < '4.0'
click==8.1.7; python_version >= '3.7'
flask==3.0.3; python_version >= '3.8'
flask-cors==4.0.2
gunicorn==22.0.0
importlib-metadata==8.5.0; python_version < '3.10'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.4; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
markdown==3.6
markupsafe==2.1.5; python_version >= '3.7'
marshmallow==3.21.3
mypy-boto3-s3==1.34.120
packaging==24.1; python_version >= '3.8'
pillow==10.3.0
psycopg2==2.9.7
pyjwt==2.9.0; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
redis==5.0.3
s3transfer==0.10.3; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
types-awscrt==0.20.12; python_version >= '3.7' and python_version < '4.0'
types-s3transfer==0.10.1; python_version >= '3.8' and python_version < '4.0'
typing-extensions==4.12.2; python_version < '3.12'
urllib3==1.26.20; python_version < '3.10'
werkzeug==3.0.4; python_version >= '3.8'
zipp==3.20.2; python_version >= '3.8'