Skip to content

Commit

Permalink
Remove unneeded install requirement (#196)
Browse files Browse the repository at this point in the history
This library supports Python 3.8 or later.
  • Loading branch information
pquentin authored Oct 15, 2024
1 parent cf33c33 commit e34e8b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
install_requires=[
"urllib3>=1.26.2, <3",
"certifi",
"importlib-metadata; python_version<'3.8'",
],
python_requires=">=3.8",
extras_require={
Expand Down

0 comments on commit e34e8b9

Please sign in to comment.