-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements-dev.txt
64 lines (64 loc) · 2.92 KB
/
requirements-dev.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
amqp==5.3.1 ; python_version >= "3.8"
anyio==4.5.2 ; python_version >= "3.8"
astroid==3.2.4 ; python_version >= "3.8"
attrs==24.2.0 ; python_version >= "3.8"
backports-zoneinfo==0.2.1 ; python_version < "3.9" and python_version >= "3.8"
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9" and python_version >= "3.8"
billiard==4.2.1 ; python_version >= "3.8"
black==24.8.0 ; python_version >= "3.8"
celery==5.4.0 ; python_version >= "3.8"
cfgv==3.4.0 ; python_version >= "3.8"
click-didyoumean==0.3.1 ; python_version >= "3.8"
click-plugins==1.1.1 ; python_version >= "3.8"
click-repl==0.3.0 ; python_version >= "3.8"
click==8.1.7 ; python_version >= "3.8"
codespell==2.2.1 ; python_version >= "3.8"
colorama==0.4.6 ; python_version >= "3.8"
coverage[toml]==6.5.0 ; python_version >= "3.8"
dill==0.3.9 ; python_version >= "3.8"
distlib==0.3.9 ; python_version >= "3.8"
docformatter==1.4 ; python_version >= "3.8"
exceptiongroup==1.2.2 ; python_version < "3.11" and python_version >= "3.8"
filelock==3.16.1 ; python_version >= "3.8"
flake8-bugbear==23.3.12 ; python_version >= "3.8"
flake8-docstrings==1.7.0 ; python_version >= "3.8"
flake8==5.0.4 ; python_version >= "3.8"
identify==2.6.1 ; python_version >= "3.8"
idna==3.10 ; python_version >= "3.8"
iniconfig==2.0.0 ; python_version >= "3.8"
isort==5.13.2 ; python_version >= "3.8"
isort[colors]==5.13.2 ; python_version >= "3.8"
kombu==5.4.2 ; python_version >= "3.8"
mccabe==0.7.0 ; python_version >= "3.8"
mypy-extensions==1.0.0 ; python_version >= "3.8"
mypy==1.13.0 ; python_version >= "3.8"
nodeenv==1.9.1 ; python_version >= "3.8"
packaging==24.2 ; python_version >= "3.8"
pathspec==0.12.1 ; python_version >= "3.8"
platformdirs==4.3.6 ; python_version >= "3.8"
pluggy==1.5.0 ; python_version >= "3.8"
pre-commit-hooks==5.0.0 ; python_version >= "3.8"
pre-commit==3.5.0 ; python_version >= "3.8"
prompt-toolkit==3.0.48 ; python_version >= "3.8"
pycodestyle==2.9.1 ; python_version >= "3.8"
pydocstyle==6.3.0 ; python_version >= "3.8"
pyflakes==2.5.0 ; python_version >= "3.8"
pylint==3.2.7 ; python_version >= "3.8"
pytest-cov==3.0.0 ; python_version >= "3.8"
pytest-describe==2.2.0 ; python_version >= "3.8"
pytest==7.4.4 ; python_version >= "3.8"
python-dateutil==2.9.0.post0 ; python_version >= "3.8"
pyyaml==6.0.2 ; python_version >= "3.8"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.8"
ruamel-yaml==0.18.6 ; python_version >= "3.8"
six==1.17.0 ; python_version >= "3.8"
sniffio==1.3.1 ; python_version >= "3.8"
snowballstemmer==2.2.0 ; python_version >= "3.8"
tomli==2.2.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.8"
tomlkit==0.13.2 ; python_version >= "3.8"
typing-extensions==4.12.2 ; python_version >= "3.8"
tzdata==2024.2 ; python_version >= "3.8"
untokenize==0.1.1 ; python_version >= "3.8"
vine==5.1.0 ; python_version >= "3.8"
virtualenv==20.28.0 ; python_version >= "3.8"
wcwidth==0.2.13 ; python_version >= "3.8"