From 4143cd1786c38406482513bc322eef894ee095e6 Mon Sep 17 00:00:00 2001 From: Peter Secor Date: Fri, 5 Feb 2010 21:43:14 -0800 Subject: [PATCH] adding pycrypto to the auto dependencies --- _auto_deps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_auto_deps.py b/_auto_deps.py index 5becd1cf..178a7cf8 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" -- 2.45.2