mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
Update version requirement for zope.interface.
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
d7e71cd22b
commit
7bb07fb5e2
1
NEWS.rst
1
NEWS.rst
@ -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
|
||||
-------------
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user