From 2c708ddaddd30c85cf04e56bba5d9b09a85bf21f Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Sat, 26 Oct 2019 13:46:19 +0200 Subject: [PATCH] Do not require packages that have Products.Archetypes as a dependency --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 804923a..8e8e6f6 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,6 @@ ], extras_require={ 'test': [ - 'ecreall.helpers.testing', - 'plone.app.imaging', 'plone.app.testing', 'plone.app.robotframework', ],