We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aec2422 + 982bc54 commit 2b20984Copy full SHA for 2b20984
requirements-dev.txt
@@ -5,5 +5,6 @@ pytest-cov
5
pytest-raisin
6
pytest-socket
7
coverage
8
+wheel
9
whl >= 0.0.3
10
wimpy == 0.3 # just something we can pin
setup.py
@@ -30,7 +30,7 @@
30
"packaging >= 17",
31
"wheel >= 0.32.0",
32
"pkginfo >= 1.4.2",
33
- "importlib_resources ; python_version < '3.7'",
+ "importlib_metadata ; python_version < '3.7'",
34
],
35
entry_points={
36
"console_scripts": [
0 commit comments