Update version requirement for zope.interface.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
Daira Hopwood 2013-04-25 19:33:55 +01:00
parent d7e71cd22b
commit 7bb07fb5e2
2 changed files with 3 additions and 1 deletions

View File

@ -75,6 +75,7 @@ Compatibility and Dependencies
- Twisted >= 11.0.0 (`#1771`_)
- mock >= 0.8 (for unit tests)
- pycryptopp >= 0.6.0 (for Ed25519 signatures)
- zope.interface >= 3.6.0 (except 3.6.3 or 3.6.4)
Other Changes
-------------

View File

@ -14,8 +14,9 @@ install_requires = [
# Feisty has simplejson 1.4
"simplejson >= 1.4",
# zope.interface >= 3.6.0 is required for Twisted >= 12.1.0.
# zope.interface 3.6.3 and 3.6.4 are incompatible with Nevow (#1435).
"zope.interface <= 3.6.2, >= 3.6.5",
"zope.interface == 3.6.0, == 3.6.1, == 3.6.2, >= 3.6.5",
# * On Windows we need at least Twisted 9.0 to avoid an indirect
# dependency on pywin32.