Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
cleanup dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 23, 2012
1 parent 0e1dc12 commit a0dabc4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Expand Up @@ -2,7 +2,16 @@

version = '1.0'
tests_require = [
'plone.testing',
'plone.app.testing',
'zope.configuration',
'zope.interface',
'zope.component',
'zope.publisher',
'zope.contentprovider',
'plone.portlets',
'plone.dexterity',
'Products.CMFCore',
]

setup(
Expand Down Expand Up @@ -31,7 +40,7 @@
'plone.directives.form',
'plone.tiles',
'plone.app.z3cform',
'plone.app.deco',
'plone.app.tiles',
],
tests_require=tests_require,
extras_require=dict(test=tests_require),
Expand Down

0 comments on commit a0dabc4

Please sign in to comment.