adding pycrypto to the auto dependencies

This commit is contained in:
Peter Secor 2010-02-05 21:43:14 -08:00
parent 8f3246430b
commit 4143cd1786

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