mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
add setup.py dependencies
This commit is contained in:
parent
ca57a14d0a
commit
474a77dd20
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue