Skip to content

Commit

Permalink
declared a missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lotze committed Jul 8, 2010
1 parent cf32701 commit 92a528a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def read(*rnames):
extras_require=dict(test=['zope.app.testing',
'zope.app.zcmlfiles',
'zope.app.securitypolicy',
'zope.app.server']),
'zope.app.server',
'zope.testbrowser[test]',
]),
install_requires=['setuptools',
'lxml>=2.2',
'zope.testbrowser'
Expand Down

0 comments on commit 92a528a

Please sign in to comment.