deps: we need foolscap-0.12.6 for the new I2P API

This commit is contained in:
Brian Warner 2017-01-17 16:05:23 -05:00
parent 6db7686a8f
commit be6e0a9c29
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ install_requires = [
# * foolscap >= 0.12.3 provides tcp/tor/i2p connection handlers we need,
# and allocate_tcp_port
# * foolscap >= 0.12.5 has ConnectionInfo and ReconnectionInfo
"foolscap >= 0.12.5",
# * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs
"foolscap >= 0.12.6",
# Needed for SFTP.
# pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>