Skip to content

Commit 990060a

Browse files
committed
Allow for 20.4+ line of packaging
1 parent 15f315a commit 990060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
python_requires=">=3.6",
2727
install_requires=[
2828
"deprecated>=1.2.3",
29-
"packaging>=21.3",
29+
"packaging>=20.4",
3030
'importlib-metadata >= 1.0; python_version < "3.8"',
3131
],
3232
classifiers=[

0 commit comments

Comments
 (0)