We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c94ecd commit f8599f7Copy full SHA for f8599f7
setup.py
@@ -91,7 +91,7 @@ def read(filename):
91
zip_safe=False,
92
install_requires=[
93
"setuptools",
94
- "importlib-metadata; python_version<'3.8'",
+ "packaging",
95
"python-dateutil",
96
"plone.rest", # json renderer moved to plone.restapi
97
"plone.schema>=1.2.1", # new/fixed json field
0 commit comments