]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
SFTP: relax pyasn1 version dependency to >= 0.0.8a.
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 20 May 2010 18:14:37 +0000 (11:14 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 20 May 2010 18:14:37 +0000 (11:14 -0700)
_auto_deps.py

index e42b3636f25fb8a5c7c263760abe98728fca246a..8ea70f821e2e648a61896433623b7c34d187f2e2 100644 (file)
@@ -30,7 +30,7 @@ install_requires=[
 
                   # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
                   "pycrypto >= 2.0.1",
-                  "pyasn1 >= 0.0.11a",
+                  "pyasn1 >= 0.0.8a",
 
                   # Will be needed to test web apps, but not yet. See #1001.
                   #"windmill >= 1.3",