We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417d617 commit 391f0b3Copy full SHA for 391f0b3
requirements/dev.txt
@@ -1,4 +1,5 @@
1
-coverage==7.2.7
+coverage==7.2.7; python_version < '3.8'
2
+coverage==7.3.1; python_version >= '3.8'
3
flake8==3.3.0; python_version < '3.8'
4
flake8==3.8.4; python_version >= '3.8'
5
pytest-cov==4.1.0
0 commit comments