Skip to content

Commit

Permalink
fix: adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 6, 2024
1 parent f6eb252 commit 4ce4c2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

STORAGE_REQUIREMENTS = [
"ZODB",
"zope.annotation",
"zope.interface",
"persistent",
]

Expand Down Expand Up @@ -59,6 +57,7 @@
"Pillow",
"setuptools",
"zope.annotation",
"zope.interface",
],
extras_require=dict(
storage=STORAGE_REQUIREMENTS,
Expand Down

0 comments on commit 4ce4c2d

Please sign in to comment.