Skip to content

Commit

Permalink
Moved zope.component to the list of test requirements. And added a fe…
Browse files Browse the repository at this point in the history
…w missing items there.
  • Loading branch information
reinout committed Dec 8, 2009
1 parent 2cba136 commit e64e088
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@ def read(*rnames):
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
'martian',
'ZODB3',
'grokcore.component',
'martian',
'zope.annotation',
'zope.component',
'zope.interface',
'zope.app.component',
'zope.app.container',
'grokcore.component',
# for ftests:
'zope.interface',
# for tests only, can be moved to [test] extras
'zope.app.testing',
'zope.app.zcmlfiles',
'zope.component',
'zope.configuration',
'zope.testing',
],
)

0 comments on commit e64e088

Please sign in to comment.