From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 16 Apr 2010 19:04:04 +0000 (-0700)
Subject: Add dependency on windmill >= 1.3
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/CLI.txt?a=commitdiff_plain;h=ec2e8b9c88cedbad6c78e074b2367bcc168b82a1;p=tahoe-lafs%2Ftahoe-lafs.git

Add dependency on windmill >= 1.3
---

diff --git a/_auto_deps.py b/_auto_deps.py
index 85b791db..fc50a690 100644
--- 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"