]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
bump foolscap dependency to 0.10.1
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index b6f70bf2328e019bcdc1a0f8652d511dcbb47484..4dcd50f75ed432f259dd6e0b66ce8d36269a8bfb 100644 (file)
@@ -37,7 +37,7 @@ install_requires = [
     # * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures,
     #   rather than 1024-bit RSA-with-MD5. This also allows us to work
     #   with a FIPS build of OpenSSL.
-    "foolscap >= 0.8.0",
+    "foolscap >= 0.10.1",
 
     # Needed for SFTP.
     # pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>