Refresh Python dependencies
This commit is contained in:
parent
9a9c2537a3
commit
c50f335887
|
@ -71,7 +71,7 @@ rich==13.7.1
|
||||||
|
|
||||||
coverage==6.2;python_version<"3.7"
|
coverage==6.2;python_version<"3.7"
|
||||||
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
|
coverage==7.2.7;python_version>="3.7" and python_version<"3.8"
|
||||||
coverage==7.4.3;python_version>="3.8"
|
coverage==7.4.4;python_version>="3.8"
|
||||||
pytest-cov==4.0.0;python_version<"3.7"
|
pytest-cov==4.0.0;python_version<"3.7"
|
||||||
pytest-cov==4.1.0;python_version>="3.7"
|
pytest-cov==4.1.0;python_version>="3.7"
|
||||||
flake8==5.0.4;python_version<"3.9"
|
flake8==5.0.4;python_version<"3.9"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -227,7 +227,7 @@ setup(
|
||||||
# Usage: coverage run -m pytest; coverage html; coverage report
|
# Usage: coverage run -m pytest; coverage html; coverage report
|
||||||
"coverage": [
|
"coverage": [
|
||||||
'coverage==7.2.7;python_version<"3.8"',
|
'coverage==7.2.7;python_version<"3.8"',
|
||||||
'coverage==7.4.3;python_version>="3.8"',
|
'coverage==7.4.4;python_version>="3.8"',
|
||||||
'pytest-cov==4.1.0',
|
'pytest-cov==4.1.0',
|
||||||
],
|
],
|
||||||
# pip install -e .[flake8]
|
# pip install -e .[flake8]
|
||||||
|
|
Loading…
Reference in New Issue