Skip to content

Commit 2b20984

Browse files
authored
Merge pull request #118 from wimglenn/importlib_metadata
dep fix
2 parents aec2422 + 982bc54 commit 2b20984

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ pytest-cov
55
pytest-raisin
66
pytest-socket
77
coverage
8+
wheel
89
whl >= 0.0.3
910
wimpy == 0.3 # just something we can pin

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"packaging >= 17",
3131
"wheel >= 0.32.0",
3232
"pkginfo >= 1.4.2",
33-
"importlib_resources ; python_version < '3.7'",
33+
"importlib_metadata ; python_version < '3.7'",
3434
],
3535
entry_points={
3636
"console_scripts": [

0 commit comments

Comments
 (0)