1
0

add pycrypto to dependencies in setup

This commit is contained in:
ThomasV
2015-07-26 12:45:34 +02:00
parent 0dc99a7a1f
commit 291b57b99a
2 changed files with 9 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ setup(
name="Electrum",
version=version.ELECTRUM_VERSION,
install_requires=[
'pycrypto',
'slowaes>=0.1a1',
'ecdsa>=0.9',
'pbkdf2',