Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 23, 2023
1 parent 65cf56d commit b431538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
python_requires=">=3.8",
extras_require={
"supermodel": ["plone.supermodel"],
"test": ["plone.testing", "plone.supermodel"],
"test": [
"plone.testing",
"plone.supermodel",
"zope.annotation",
"zope.configuration",
"persistent",
],
},
install_requires=[
"python-dateutil",
Expand Down

0 comments on commit b431538

Please sign in to comment.