-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
26 lines (26 loc) · 1.03 KB
/
Copy pathrequirements_dev.txt
File metadata and controls
26 lines (26 loc) · 1.03 KB
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
tox<=4.8.0; python_version <= '3.7'
tox==4.12.1; python_version > '3.7'
flake8<=5.0.4; python_version <= '3.7'
flake8==7.0.0; python_version > '3.7'
mypy==1.4.1; python_version <= '3.7'
mypy==1.8.0; python_version > '3.7'
types-requests==2.31.0.20240125; python_version > '3.7'
types-requests==2.31.0.20231231; python_version <= '3.7'
pytest==7.4.4; python_version <= '3.7'
pytest==8.2.0; python_version > '3.7'
pytest-mock==3.11.1; python_version <= '3.7'
pytest-mock==3.12.0; python_version > '3.7'
pytest-xdist==3.5.0
pytest-cov==4.1.0
pre-commit==2.21.0; python_version <= '3.7'
pre-commit==3.5.0; python_version == '3.8.*'
pre-commit==3.6.0; python_version > '3.8'
types-beautifulsoup4==4.12.0.7; python_version <= '3.7'
types-beautifulsoup4==4.12.0.20240106; python_version > '3.7'
black==23.3.0; python_version <= '3.7'
black==24.8.0; python_version == '3.8'
black==24.10.0; python_version == '3.9'
black==26.3.1; python_version >= '3.10'
build==1.0.3
pytest-asyncio==0.21.1; python_version <= '3.8'
pytest-asyncio==0.25.0; python_version > '3.8'