summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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=[