Skip to content

Commit 18cab33

Browse files
committed
Require a newer version of importlib-metadata which supports eggs
1 parent b0f3b6d commit 18cab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
author_email="[email protected]",
3838
url="https://github.com/pytest-dev/pluggy",
3939
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
40-
install_requires=["importlib-metadata>=0.9"],
40+
install_requires=["importlib-metadata>=0.12"],
4141
extras_require={"dev": ["pre-commit", "tox"]},
4242
classifiers=classifiers,
4343
packages=["pluggy"],

0 commit comments

Comments
 (0)