Skip to content

Commit

Permalink
Indicating test-only dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 8, 2009
1 parent 3c96ae6 commit ede313b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ def read(*rnames):
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
'martian >= 0.12',
'grokcore.component >= 2.0',
'zope.interface',
'martian >= 0.12',
'zope.component',
'zope.interface',
'zope.security',
# For tests only, could be moved to [test] extras.
'zope.configuration',
'zope.testing',
],
Expand Down

0 comments on commit ede313b

Please sign in to comment.