require foolscap >= 0.12.5, for ReconnectionInfo

This commit is contained in:
Brian Warner
2016-12-07 21:42:00 -08:00
parent 6879622894
commit de4295ae60
2 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,8 @@ install_requires = [
# with a FIPS build of OpenSSL.
# * foolscap >= 0.12.3 provides tcp/tor/i2p connection handlers we need,
# and allocate_tcp_port
"foolscap >= 0.12.3",
# * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo
"foolscap >= 0.12.5",
# Needed for SFTP.
# pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>