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.
2 parents 5d5f752 + a474d8d commit 0ff3a94Copy full SHA for 0ff3a94
requirements_dev.txt
@@ -4,9 +4,14 @@ bump2version==0.5.11
4
wheel==0.33.6
5
watchdog==0.9.0
6
flake8==3.7.8
7
-tox==4.8.0
8
coverage==4.5.4
9
Sphinx==1.8.5
+
10
+# Version-specific dependencies
11
+tox==3.24.0; python_version < '3.8'
12
+tox==4.8.0; python_version >= '3.8'
13
+importlib_metadata<5.0.0; python_version < '3.8'
14
+importlib_metadata==7.2.1; python_version >= '3.8'
15
twine==4.0.2
16
17
pytest==7.4.3
0 commit comments