diff options
author | Chayim I. Kirshen <c@kirshen.com> | 2021-11-21 10:00:29 +0200 |
---|---|---|
committer | Chayim I. Kirshen <c@kirshen.com> | 2021-11-21 10:00:29 +0200 |
commit | 8db2bc06df5bc3e7ca7da93a9f9edd4154012cb9 (patch) | |
tree | dd988a1d51c9c6fb2b0e9e0a58b7ea964c0f0bfb /setup.py | |
parent | d2b233384458869270352b8c99ca682ae480da5f (diff) | |
download | redis-py-ck-distuils-deprecation.tar.gz |
Deprecating distutils (PEP 632) by adding packagingck-distuils-deprecation
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ setup( author_email="oss@redis.com", python_requires=">=3.6", install_requires=[ - 'deprecated' + 'deprecated==1.2.3', + 'packaging==21.3', ], classifiers=[ "Development Status :: 5 - Production/Stable", |