From 01e59aab8dfa1ae3e045eadea75d0da44cbc2a99 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Thu, 20 May 2010 11:14:37 -0700 Subject: [PATCH] SFTP: relax pyasn1 version dependency to >= 0.0.8a. --- _auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_auto_deps.py b/_auto_deps.py index e42b3636..8ea70f82 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -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", -- 2.45.2