summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-12 08:29:34 +0100
committerMichael Howitz <mh@gocept.com>2021-11-12 08:29:34 +0100
commitfc1f471ebb2b7185e8d5a36d802d5a81f02d6934 (patch)
tree0890283918b1703abc878c46c5098db2c92da82f
parentc2a9992080c7c02982ccb5eed7781abc51bb3f32 (diff)
downloadzope-security-fc1f471ebb2b7185e8d5a36d802d5a81f02d6934.tar.gz
Add needed dependencies so documentation can built without test extra.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 17204dd..c82a049 100644
--- a/setup.py
+++ b/setup.py
@@ -200,6 +200,8 @@ setup(name='zope.security',
'docs': [
'Sphinx',
'repoze.sphinx.autointerface',
+ 'zope.configuration',
+ 'zope.testing',
],
},
include_package_data=True,