Skip to content

Commit

Permalink
Added zope.security to the test dependencies.
Browse files Browse the repository at this point in the history
The tests failed after merging pul request #2, which removed the zope.app.appsetup dependency.
  • Loading branch information
mauritsvanrees committed Feb 22, 2016
1 parent 4c5157c commit 64cf5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -65,6 +65,7 @@ def read(*rnames):
extras_require = dict(
test=[
'zope.i18n',
'zope.security',
'zope.tal',
'zope.testing',
],
Expand Down

0 comments on commit 64cf5ce

Please sign in to comment.