-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements_all.txt
43 lines (43 loc) · 3.46 KB
/
requirements_all.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
# Do not edit directly, but instead via poetry. Also contains pinned dev requirements.
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"
cfgv==3.4.0 ; 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"
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"
distlib==0.3.8 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
filelock==3.16.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
flake8==7.1.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
identify==2.6.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"
mccabe==0.7.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
mslex==1.2.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0" and sys_platform == "win32"
nodeenv==1.9.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
platformdirs==4.3.2 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pre-commit==3.8.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"
psutil==5.9.8 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pycodestyle==2.12.1 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
pyflakes==3.2.0 ; 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"
pyyaml==6.0.2 ; 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"
ruff==0.6.4 ; 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"
taskipy==1.13.0 ; python_version >= "3.12.dev0" and python_version < "3.13.dev0"
tomli==2.0.1 ; 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"
virtualenv==20.26.4 ; 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"