-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements-dev.txt
34 lines (34 loc) · 1.88 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
attrs==22.2.0; python_version >= "3.6"
beautifulsoup4==4.12.2; python_full_version >= "3.6.0"
black==23.3.0; python_version >= "3.7"
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
cattrs==22.2.0; python_version >= "3.7"
certifi==2023.7.22; python_version >= "3.7"
charset-normalizer==3.2.0; python_full_version >= "3.7.0" and python_version >= "3.7"
click==8.1.7; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0" and platform_system == "Windows"
coverage==7.2.7; python_version >= "3.7"
exceptiongroup==1.1.3; python_version < "3.11" and python_version >= "3.7"
idna==3.4; python_version >= "3.7"
importlib-metadata==6.7.0; python_version < "3.8" and python_version >= "3.7"
iniconfig==2.0.0; python_version >= "3.7"
mypy-extensions==1.0.0; python_version >= "3.7"
mypy==1.4.1; python_version >= "3.7"
packaging==23.1; python_version >= "3.7"
pathspec==0.11.2; python_version >= "3.7"
platformdirs==3.10.0; python_version >= "3.7"
pluggy==1.2.0; python_version >= "3.7"
pytest-cov==4.1.0; python_version >= "3.7"
pytest==7.4.0; python_version >= "3.7"
python-dotenv==0.19.2; python_version >= "3.5"
requests==2.31.0; python_version >= "3.7"
soupsieve==2.4.1; python_version >= "3.7" and python_full_version >= "3.6.0"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version <= "3.11.0a6"
typed-ast==1.5.5; python_version < "3.8" and python_version >= "3.7" and implementation_name == "cpython"
types-attrs==19.1.0
types-cachetools==4.2.10
types-requests==2.31.0.2
types-urllib3==1.26.25.14
typing-extensions==4.7.1; python_version < "3.8" and python_version >= "3.7"
urllib3==2.0.4; python_version >= "3.7"
zipp==3.15.0; python_version < "3.8" and python_version >= "3.7"