setup: comment-out the dependency on pycrypto, see #953

This commit is contained in:
Zooko O'Whielacronx 2010-02-14 21:08:44 -08:00
parent c00a62a2e7
commit 784b208708

View File

@ -28,8 +28,8 @@ install_requires=[
# .
"pycryptopp >= 0.5.15",
# Used for SFTP
"pycrypto >= 2.0.1",
# Needed for SFTP. Commented-out pending tests, see #953.
# "pycrypto >= 2.0.1",
]
# Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"