-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
25 lines (25 loc) · 2.01 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
# Do not edit directly, but instead via poetry
amqp==5.2.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
billiard==4.2.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
celery==5.4.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
certifi==2024.8.30 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
charset-normalizer==3.3.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
click-didyoumean==0.3.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
click-plugins==1.1.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
click-repl==0.3.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
click==8.1.7 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
colorama==0.4.6 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0" and platform_system == "Windows"
daiquiri==3.2.5.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
datadog==0.50.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
idna==3.8 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
kombu==5.4.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
prompt-toolkit==3.0.47 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
python-dateutil==2.9.0.post0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
python-json-logger==2.0.7 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
redis==5.0.8 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
requests==2.32.3 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
six==1.16.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
tzdata==2024.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
urllib3==2.2.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
vine==5.1.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
wcwidth==0.2.13 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"