From ec2e8b9c88cedbad6c78e074b2367bcc168b82a1 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 16 Apr 2010 12:04:04 -0700
Subject: [PATCH] Add dependency on windmill >= 1.3

---
 _auto_deps.py | 3 +++
 1 file changed, 3 insertions(+)

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"
-- 
2.45.2