]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
adding pycrypto to the auto dependencies
authorPeter Secor <secorp@allmydata.com>
Sat, 6 Feb 2010 05:43:14 +0000 (21:43 -0800)
committerPeter Secor <secorp@allmydata.com>
Sat, 6 Feb 2010 05:43:14 +0000 (21:43 -0800)
_auto_deps.py

index 5becd1cf12ef5ac7bfa304768b3ce083fdb6881a..178a7cf8c4ff099dbaeceb5b0dec250f95c751f3 100644 (file)
@@ -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"