Skip to content

Commit

Permalink
do not require the [role] extra for zope.security
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 2, 2012
1 parent b99d749 commit 637a1f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -38,10 +38,10 @@
zip_safe=False,
extras_require={'test': test_requires},
install_requires=[
'grokcore.component >= 2.5dev',
'grokcore.security[role] >= 1.6dev',
'grokcore.view >= 2.3',
'martian',
'grokcore.component >= 2.5',
'grokcore.security >= 1.6',
'grokcore.view >= 2.7',
'martian >= 0.14',
'setuptools',
'zope.authentication',
'zope.component >= 3.9.1',
Expand Down

0 comments on commit 637a1f7

Please sign in to comment.