From: Peter Secor Date: Sat, 6 Feb 2010 05:43:14 +0000 (-0800) Subject: adding pycrypto to the auto dependencies X-Git-Tag: allmydata-tahoe-1.6.1~30 X-Git-Url: https://git.rkrishnan.org/listings/index.php?a=commitdiff_plain;h=4143cd1786c38406482513bc322eef894ee095e6;p=tahoe-lafs%2Ftahoe-lafs.git adding pycrypto to the auto dependencies --- 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"