Skip to content

Commit

Permalink
Update release constraints:
Browse files Browse the repository at this point in the history
- Depend on Py3k compatible versions of zope.contenttype/zope.interface.

- Depend on non-alpha versions of zope.i18n/zope.security.
  • Loading branch information
tseaver committed Dec 22, 2014
1 parent 6002c5a commit 53aa6bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -74,14 +74,14 @@ def alltests():
'zope.browser',
'zope.component',
'zope.configuration',
'zope.contenttype >= 3.5',
'zope.contenttype>=4.0.0',
'zope.event',
'zope.exceptions',
'zope.i18n >= 4.0.0a3',
'zope.interface >= 3.8.0',
'zope.i18n>=4.0.0',
'zope.interface>=4.0.0',
'zope.location',
'zope.proxy',
'zope.security >= 4.0.0a1',
'zope.security>=4.0.0',
],
extras_require={'test': ['zope.testing']},
tests_require = ['zope.testing', 'zope.testrunner'],
Expand Down

0 comments on commit 53aa6bf

Please sign in to comment.