add setup.py dependencies

This commit is contained in:
undeath 2017-11-03 22:04:37 +01:00
parent ca57a14d0a
commit 474a77dd20

View file

@ -9,5 +9,5 @@ setup(name='joinmarketclient',
author_email='',
license='GPL',
packages=['jmclient'],
install_requires=['joinmarketbase==0.3.5', 'mnemonic', 'qt4reactor'],
install_requires=['joinmarketbase==0.3.5', 'mnemonic', 'qt4reactor', 'argon2_cffi', 'bencoder.pyx', 'pyaes'],
zip_safe=False)