summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Bjerregaard Vrist <sbv@csis.dk>2022-01-10 09:21:34 +0100
committerGitHub <noreply@github.com>2022-01-10 10:21:34 +0200
commit1fc1233ffd9e925ecfb7d9ad83a9641a03508985 (patch)
tree318b5ee3b2b061f29912c4caf4e24a2a9868ef0f
parentcb198730868b05ca804db2d689ebcf208f1d7ba2 (diff)
downloadredis-py-1fc1233ffd9e925ecfb7d9ad83a9641a03508985.tar.gz
Allowing poetry and redis-py to install together (#1854)
This moves packaging to >=20.4 rather than the latest.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 054b0c0..559e521 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
python_requires=">=3.6",
install_requires=[
"deprecated>=1.2.3",
- "packaging>=21.3",
+ "packaging>=20.4",
'importlib-metadata >= 1.0; python_version < "3.8"',
],
classifiers=[