mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
Update foolscap requirement to >= 0.6.1. fixes #1329
This commit is contained in:
4
NEWS
4
NEWS
@ -23,7 +23,9 @@
|
|||||||
|
|
||||||
** Dependency Updates
|
** Dependency Updates
|
||||||
|
|
||||||
- foolscap 0.6.0
|
- foolscap 0.6.1
|
||||||
|
- Debian package dependencies now specify python-twisted-conch
|
||||||
|
- setuptools_darcs is bundled rather than being an external dependency
|
||||||
|
|
||||||
|
|
||||||
* Release 1.8.1 (2010-10-28)
|
* Release 1.8.1 (2010-10-28)
|
||||||
|
@ -22,7 +22,8 @@ install_requires=[
|
|||||||
# O(N**2) CPU for transferring large mutable files
|
# O(N**2) CPU for transferring large mutable files
|
||||||
# of size N.
|
# of size N.
|
||||||
# foolscap < 0.6 is incompatible with Twisted 10.2.0.
|
# foolscap < 0.6 is incompatible with Twisted 10.2.0.
|
||||||
"foolscap[secure_connections] >= 0.6.0",
|
# foolscap 0.6.1 quiets a DeprecationWarning.
|
||||||
|
"foolscap[secure_connections] >= 0.6.1",
|
||||||
"Nevow >= 0.6.0",
|
"Nevow >= 0.6.0",
|
||||||
|
|
||||||
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
|
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
|
||||||
|
Reference in New Issue
Block a user