Add dependency on windmill >= 1.3

This commit is contained in:
david-sarah 2010-04-16 12:04:04 -07:00
parent 5c7c3e9c7b
commit ec2e8b9c88

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