Skip to content

Commit b22ffd3

Browse files
Remove unneeded install requirement (#196) (#214)
This library supports Python 3.8 or later. (cherry picked from commit e34e8b9) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 227a18f commit b22ffd3

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)