mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
SFTP: relax pyasn1 version dependency to >= 0.0.8a.
This commit is contained in:
parent
4f8db94861
commit
01e59aab8d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user