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 27605b8 commit b68f8d8Copy full SHA for b68f8d8
build-requirements.txt
@@ -3,4 +3,5 @@
3
mypy==0.990; python_version >= "3.7"
4
mypy==0.971; python_version < "3.7"
5
build==0.9.0
6
-wheel==0.37.1
+wheel==0.38.4; python_version >= "3.7"
7
+wheel==0.37.1; python_version < "3.7"
dev-requirements.txt
@@ -4,7 +4,6 @@ isort==5.10.1
codecov==2.1.12
pytest-cov==4.0.0
8
9
# The vast majority of project dropped Python 3.6
10
# This is to ensure build are reproducible >=3.6
@@ -22,3 +21,6 @@ pytest==7.2.0; python_version >= "3.7"
22
21
23
requests==2.27.1; python_version < "3.7"
24
requests==2.28.1; python_version >= "3.7"
+
25
26
0 commit comments