projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8db94
)
SFTP: relax pyasn1 version dependency to >= 0.0.8a.
author
david-sarah
<david-sarah@jacaranda.org>
Thu, 20 May 2010 18:14:37 +0000
(11:14 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Thu, 20 May 2010 18:14:37 +0000
(11:14 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index e42b3636f25fb8a5c7c263760abe98728fca246a..8ea70f821e2e648a61896433623b7c34d187f2e2 100644
(file)
--- 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.
11
a",
+ "pyasn1 >= 0.0.
8
a",
# Will be needed to test web apps, but not yet. See #1001.
#"windmill >= 1.3",