forked from ra0x3/libx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
24 lines (24 loc) · 1.03 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
anyio==4.7.0; python_version >= "3.9"
blinker==1.9.0; python_version >= "3.9"
boto3==1.35.81; python_version >= "3.8"
botocore==1.35.81; python_version >= "3.8"
certifi==2024.12.14; python_version >= "3.6"
click==8.1.7; python_version >= "3.7"
flask==3.1.0; python_version >= "3.9"
flask-cors==5.0.0
h11==0.14.0; python_version >= "3.7"
httpcore==1.0.7; python_version >= "3.8"
httpx==0.28.1; python_version >= "3.8"
idna==3.10; python_version >= "3.6"
itsdangerous==2.2.0; python_version >= "3.8"
jinja2==3.1.4; python_version >= "3.7"
jmespath==1.0.1; python_version >= "3.7"
markupsafe==3.0.2; python_version >= "3.9"
python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
python-dotenv==1.0.1; python_version >= "3.8"
s3transfer==0.10.4; python_version >= "3.8"
six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
sniffio==1.3.1; python_version >= "3.7"
typing-extensions==4.12.2; python_version >= "3.8"
urllib3==2.2.3; python_version >= "3.8"
werkzeug==3.1.3; python_version >= "3.9"