summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-02 11:55:07 +0200
committerGitHub <noreply@github.com>2021-11-02 11:55:07 +0200
commit75c5d5974ed3f6a5069f601f4c0d42ad3ae48c76 (patch)
tree0b2816f1b8e05ccae996931d7c1e99e004c403aa /setup.py
parente46dd85aa9e30a27106baf04ce22cb3e986857bb (diff)
downloadredis-py-75c5d5974ed3f6a5069f601f4c0d42ad3ae48c76.tar.gz
Improved JSON accuracy (#1666)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d0c81b4..6c712bd 100644
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,9 @@ setup(
author="Redis Inc.",
author_email="oss@redis.com",
python_requires=">=3.6",
+ install_requires=[
+ 'deprecated'
+ ],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",