-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
20 lines (20 loc) · 1.69 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
coverage[toml]==7.3.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
exceptiongroup==1.1.3 ; python_full_version >= "3.8.1" and python_version < "3.11"
flake8==6.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
isort==5.12.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
mypy==1.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
packaging==23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pluggy==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pycodestyle==2.11.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyflakes==3.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyobjc-core==10.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyobjc-framework-cocoa==10.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pyobjc-framework-quartz==10.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pytest-cov==4.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pytest==7.4.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
typing-extensions==4.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"