mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +00:00
adding pycrypto to the auto dependencies
This commit is contained in:
parent
8f3246430b
commit
4143cd1786
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user