Skip to content

Commit

Permalink
Specify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jun 19, 2010
1 parent 41ec05a commit 8417762
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@
sources=[join('src', 'DocumentTemplate', 'cDocumentTemplate.c')],
depends=[join('include', 'ExtensionClass', 'ExtensionClass.h')]),
],
install_requires=['ExtensionClass'],
install_requires=[
'AccessControl',
'Acquisition',
'ExtensionClass',
'RestrictedPython',
'zExceptions',
'zope.sequencesort',
'zope.structuredtext',
],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 8417762

Please sign in to comment.