diff --git a/_auto_deps.py b/_auto_deps.py index 5becd1cf1..178a7cf8c 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -27,6 +27,9 @@ install_requires=[ # http://sourceforge.net/tracker/?func=detail&aid=2805976&group_id=2435&atid=302435 # . "pycryptopp >= 0.5.15", + + # Used for SFTP + "pycrypto >= 2.0.1", ] # Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"