-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-dev.txt
36 lines (36 loc) · 2.82 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
atomicwrites==1.4.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" and sys_platform == "win32"
attrs==23.2.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
autopep8==1.7.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
black==24.4.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
cfgv==3.4.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
click==8.1.7 ; python_version >= "3.8" and python_full_version <= "3.13.0"
colorama==0.4.6 ; python_version >= "3.8" and python_full_version <= "3.13.0" and (sys_platform == "win32" or platform_system == "Windows")
coverage[toml]==6.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
distlib==0.3.8 ; python_version >= "3.8" and python_full_version <= "3.13.0"
filelock==3.15.4 ; python_version >= "3.8" and python_full_version <= "3.13.0"
flake8==5.0.4 ; python_version >= "3.8" and python_full_version <= "3.13.0"
identify==2.5.36 ; python_version >= "3.8" and python_full_version <= "3.13.0"
iniconfig==2.0.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
mccabe==0.7.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
mypy==1.10.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
nodeenv==1.9.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.12"
numpy==2.0.0 ; python_version >= "3.12" and python_full_version <= "3.13.0"
packaging==24.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pathspec==0.12.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
platformdirs==4.2.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pluggy==1.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pre-commit==2.21.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
py==1.11.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pycodestyle==2.9.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pyflakes==2.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pytest==6.2.5 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pyyaml==6.0.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
rapidfuzz==2.15.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
six==1.16.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
toml==0.10.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
tox==3.28.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
virtualenv==20.26.3 ; python_version >= "3.8" and python_full_version <= "3.13.0"