Skip to content

Commit 2b2a2e0

Browse files
authored
Remove typing-extensions from deps (#3146)
It's not used, and this library requires Python 3.8+.
1 parent 4099d5e commit 2b2a2e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
async-timeout>=4.0.2
2-
typing-extensions; python_version<"3.8"

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
author_email="oss@redis.com",
3737
python_requires=">=3.8",
3838
install_requires=[
39-
'typing-extensions; python_version<"3.8"',
4039
'async-timeout>=4.0.3',
4140
],
4241
classifiers=[

0 commit comments

Comments
 (0)