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:
5c7c3e9
)
Add dependency on windmill >= 1.3
author
david-sarah
<david-sarah@jacaranda.org>
Fri, 16 Apr 2010 19:04:04 +0000
(12:04 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Fri, 16 Apr 2010 19:04:04 +0000
(12:04 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 85b791db6b84b823f8b46ccae5837f5a4aac34a9..fc50a690080b9b0fe0f3c01a072cbf8385810a0a 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-30,6
+30,9
@@
install_requires=[
# Needed for SFTP. Commented-out pending tests, see #953.
# "pycrypto >= 2.0.1",
+
+ # Needed to test web apps, see #1001.
+ "windmill >= 1.3",
]
# Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"