Skip to content

Commit e34e8b9

Browse files
authored
Remove unneeded install requirement (#196)
This library supports Python 3.8 or later.
1 parent cf33c33 commit e34e8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
install_requires=[
5353
"urllib3>=1.26.2, <3",
5454
"certifi",
55-
"importlib-metadata; python_version<'3.8'",
5655
],
5756
python_requires=">=3.8",
5857
extras_require={

0 commit comments

Comments
 (0)