SFTP: add pyasn1 as dependency, needed if we are using Twisted >= 9.0.0.

This commit is contained in:
david-sarah 2010-05-16 12:37:10 -07:00
parent b8641f8f9b
commit 4f8db94861

View File

@ -28,8 +28,9 @@ install_requires=[
# .
"pycryptopp >= 0.5.15",
# Needed for SFTP. Commented-out pending tests, see #953.
# "pycrypto >= 2.0.1",
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
"pycrypto >= 2.0.1",
"pyasn1 >= 0.0.11a",
# Will be needed to test web apps, but not yet. See #1001.
#"windmill >= 1.3",