]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add dependency on windmill >= 1.3
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 16 Apr 2010 19:04:04 +0000 (12:04 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 16 Apr 2010 19:04:04 +0000 (12:04 -0700)
_auto_deps.py

index 85b791db6b84b823f8b46ccae5837f5a4aac34a9..fc50a690080b9b0fe0f3c01a072cbf8385810a0a 100644 (file)
@@ -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"