From 64cf5cef4746f75b861f0df32c24eff963e6e497 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Mon, 22 Feb 2016 07:58:43 +0100 Subject: [PATCH] Added zope.security to the test dependencies. The tests failed after merging pul request #2, which removed the zope.app.appsetup dependency. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f58b3ff..2820956 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ def read(*rnames): extras_require = dict( test=[ 'zope.i18n', + 'zope.security', 'zope.tal', 'zope.testing', ],