From 1fc1233ffd9e925ecfb7d9ad83a9641a03508985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bjerregaard=20Vrist?= Date: Mon, 10 Jan 2022 09:21:34 +0100 Subject: Allowing poetry and redis-py to install together (#1854) This moves packaging to >=20.4 rather than the latest. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[ -- cgit v1.2.1