]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index bee1b5d6e5de2dd2505743728ab2c1f8c8a520ba..5bb2b13ae095ed622afae75701dc3295ace35042 100644 (file)
@@ -45,7 +45,7 @@ install_requires = [
     # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
     # pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253
     # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130
-    "pycrypto == 2.0.1, == 2.1.0, == 2.3, >= 2.4.1",
+    "pycrypto == 2.1.0, == 2.3, >= 2.4.1",
     "pyasn1 >= 0.0.8a",
 
     # http://www.voidspace.org.uk/python/mock/
@@ -120,6 +120,7 @@ deprecation_messages = [
 
 user_warning_messages = [
     "Hashing uninitialized InterfaceClass instance",
+    "Reliable disconnection notification requires pywin32 215 or later",
 ]
 
 warning_imports = [