We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4099d5e commit 2b2a2e0Copy full SHA for 2b2a2e0
requirements.txt
@@ -1,2 +1 @@
1
async-timeout>=4.0.2
2
-typing-extensions; python_version<"3.8"
setup.py
@@ -36,7 +36,6 @@
36
author_email="oss@redis.com",
37
python_requires=">=3.8",
38
install_requires=[
39
- 'typing-extensions; python_version<"3.8"',
40
'async-timeout>=4.0.3',
41
],
42
classifiers=[
0 commit comments