From 4ce4c2d3b2a45f0993ba475fc10c671338a74d8e Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Thu, 6 Jun 2024 08:24:49 +0200 Subject: [PATCH] fix: adjust dependencies --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1024338..a1d2642 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,6 @@ STORAGE_REQUIREMENTS = [ "ZODB", - "zope.annotation", - "zope.interface", "persistent", ] @@ -59,6 +57,7 @@ "Pillow", "setuptools", "zope.annotation", + "zope.interface", ], extras_require=dict( storage=STORAGE_REQUIREMENTS,