Skip to content

Commit

Permalink
Specify package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jan 9, 2009
1 parent 19bf5e5 commit e5f1075
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGES
five.customerize 0.4 (unreleased)
---------------------------------

Specify all package dependencies.

Added missing dependencies on zope.app.apidoc.

five.customerize 0.3 (2008/07/07)
Expand Down
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,23 @@
zip_safe = False,
install_requires=[
'setuptools',
'plone.portlets',
'zope.component',
'zope.dottedname',
'zope.interface',
'zope.pagetemplate',
'zope.publisher',
'zope.schema',
'zope.testing',
'zope.traversing',
'zope.viewlet',
'zope.app.apidoc',
'zope.app.component',
'zope.app.container',
'zope.app.pagetemplate',
# 'transaction',
# 'Acquisition',
# 'Zope2',
],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit e5f1075

Please sign in to comment.