-
Notifications
You must be signed in to change notification settings - Fork 16
/
requirements.txt
73 lines (73 loc) · 3.08 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
-i https://pypi.org/simple
alembic==1.13.3; python_version >= '3.8'
amqp==5.2.0; python_version >= '3.6'
annotated-types==0.7.0; python_version >= '3.8'
awswrangler==3.9.1; python_version >= '3.8' and python_version < '4.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.52; python_version >= '3.8'
botocore==1.35.52; python_version >= '3.8'
celery==5.4.0; python_version >= '3.8'
certifi==2024.8.30; python_version >= '3.6'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
configobj==5.0.9; python_version >= '3.7'
cryptography==43.0.3; python_version >= '3.7'
dnspython==2.7.0; python_version >= '3.9'
dynaconf[ini]==3.2.6; python_version >= '3.8'
email-validator==2.2.0; python_version >= '3.8'
greenlet==3.1.1; python_version >= '3.7'
grpclib==0.4.7; python_version >= '3.7'
h2==4.1.0; python_full_version >= '3.6.1'
hpack==4.0.0; python_full_version >= '3.6.1'
hyperframe==6.0.1; python_full_version >= '3.6.1'
id==1.4.0; python_version >= '3.8'
idna==3.10; python_version >= '3.6'
jmespath==1.0.1; python_version >= '3.7'
kombu==5.4.2; python_version >= '3.8'
mako==1.3.6; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==3.0.2; python_version >= '3.9'
mdurl==0.1.2; python_version >= '3.7'
multidict==6.1.0; python_version >= '3.8'
numpy==1.26.4; python_version >= '3.9'
packaging==24.1; python_version >= '3.8'
pandas==2.2.3; python_version >= '3.9'
platformdirs==4.3.6; python_version >= '3.8'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
psycopg2==2.9.10; python_version >= '3.8'
pyarrow==18.0.0; python_version >= '3.9'
pyasn1==0.6.1; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pydantic[email]==2.9.2; python_version >= '3.8'
pydantic-core==2.23.4; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pyjwt==2.9.0; python_version >= '3.8'
pymysql==1.1.1; python_version >= '3.7'
pyopenssl==24.2.1; python_version >= '3.7'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2024.2
redis==5.2.0; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
rfc8785==0.1.4; python_version >= '3.8'
rich==13.9.3; python_full_version >= '3.8.0'
s3transfer==0.10.3; python_version >= '3.8'
securesystemslib==1.1.0; python_version ~= '3.8'
setuptools==75.3.0; python_version >= '3.8'
sigstore==3.5.1; python_version >= '3.9'
sigstore-protobuf-specs==0.3.2; python_version >= '3.8'
sigstore-rekor-types==0.0.13; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sqlalchemy==2.0.36; python_version >= '3.7'
supervisor==4.2.5
tuf==5.1.0; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
tzdata==2024.2; python_version >= '2'
urllib3==2.2.3; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
watchdog==5.0.3; python_version >= '3.9'
wcwidth==0.2.13