Skip to content

Commit 0d00178

Browse files
pquentingithub-actions[bot]
authored andcommitted
Remove unneeded install requirement (#196)
This library supports Python 3.8 or later. (cherry picked from commit e34e8b9)
1 parent 7c84ece commit 0d00178

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)