From 990060ae8a318350c433fc0dc08a0b2261684008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bjerregaard=20Vrist?= Date: Tue, 4 Jan 2022 17:06:25 +0100 Subject: [PATCH] Allow for 20.4+ line of packaging --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7733220838..ba8adcca39 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 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=[