diff options
author | Chayim I. Kirshen <c@kirshen.com> | 2021-11-01 17:52:32 +0200 |
---|---|---|
committer | Chayim I. Kirshen <c@kirshen.com> | 2021-11-01 17:52:32 +0200 |
commit | 2bc2d6668661dcdd1c3ff5795f505a0e492f8bc2 (patch) | |
tree | c94fb691215ee0487b11c1e02f0512222c86518b /setup.py | |
parent | 8178997e2838d01dafe14dcf0a1d2d6c6a20f051 (diff) | |
download | redis-py-ck-fixjson.tar.gz |
Improvements to JSON coverageck-fixjson
tests to validate json behaviour
deprecation support
api changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |