diff options
author | Aarni Koskela <akx@iki.fi> | 2022-10-30 13:31:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 13:31:03 +0200 |
commit | 842634e7fddeb32ba20aab0dacf557a958a4b00b (patch) | |
tree | 8b4a69503a650ab723963fc84f2357c7968054eb /setup.py | |
parent | 9cf8e028863c79904d9536465e5844184109d209 (diff) | |
download | redis-py-842634e7fddeb32ba20aab0dacf557a958a4b00b.tar.gz |
Remove `deprecated` dependency (#2386)
No need for an external library just for 5 annotations.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ setup( author_email="oss@redis.com", python_requires=">=3.7", install_requires=[ - "deprecated>=1.2.3", 'importlib-metadata >= 1.0; python_version < "3.8"', 'typing-extensions; python_version<"3.8"', "async-timeout>=4.0.2", |