Skip to content

Commit

Permalink
Remove typing-extensions from deps (#3146)
Browse files Browse the repository at this point in the history
It's not used, and this library requires Python 3.8+.
  • Loading branch information
akx committed Feb 19, 2024
1 parent 4099d5e commit 2b2a2e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,2 +1 @@
async-timeout>=4.0.2
typing-extensions; python_version<"3.8"
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -36,7 +36,6 @@
author_email="oss@redis.com",
python_requires=">=3.8",
install_requires=[
'typing-extensions; python_version<"3.8"',
'async-timeout>=4.0.3',
],
classifiers=[
Expand Down

0 comments on commit 2b2a2e0

Please sign in to comment.