Commit 58aa71a7 authored by Bernd Dorn's avatar Bernd Dorn

more deps, tests pass, need to check deps later

parent a652714f
[buildout]
develop = .
develop = .
../zope.annotation
../zope.app.broken
../zope.app.component
../zope.app.container
../zope.app.interface
../zope.app.module
../zope.app.publication
../zope.app.publisher
../zope.app.testing
../zope.app.zapi
../zope.dublincore
../zope.filerepresentation
../zope.i18n
../zope.location
../zope.security
../zope.traversing
../zope.app.appsetup
../zope.app.applicationcontrol
../zope.app.http
../zope.app.exception
../zope.app.error
../zope.app.security
../zope.app.authentication
../zope.app.dependable
../zope.app.folder
../zope.app.debug
../zope.modulealias
../zope.copypastemove
parts = test
find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
eggs = zope.app.container
eggs = zope.app.container [test]
......@@ -40,9 +40,13 @@ setup(name='zope.app.container',
], include_dirs=['include']),
],
extras_require=dict(test=['zope.app.testing']),
namespace_packages=['zope', 'zope.app'],
tests_require = ['zope.testing'],
install_requires=['zope.interface',
install_requires=['setuptools',
'zope.interface',
'zope.deprecation',
'zope.app.publisher',
'zope.app.zapi',
'zope.cachedescriptors',
'zope.dottedname',
'zope.schema',
......@@ -58,7 +62,9 @@ setup(name='zope.app.container',
'zope.traversing',
'zope.publisher',
'zope.dublincore',
'zope.app.broken',
'zope.copypastemove',
'ZODB3',
],
include_package_data = True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment