Browse Source

Fix pyaes dependency, should be in jmbase, not jmbitcoin

master
Kristaps Kaupe 2 years ago
parent
commit
90fe9b2430
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmbase/setup.py
  2. 2
      jmbitcoin/setup.py

2
jmbase/setup.py

@ -10,6 +10,6 @@ setup(name='joinmarketbase',
license='GPL',
packages=['jmbase'],
install_requires=['twisted==22.4.0', 'service-identity==21.1.0',
'chromalog==1.0.5'],
'chromalog==1.0.5', 'pyaes==1.6.1'],
python_requires='>=3.7',
zip_safe=False)

2
jmbitcoin/setup.py

@ -10,5 +10,5 @@ setup(name='joinmarketbitcoin',
license='GPL',
packages=['jmbitcoin'],
python_requires='>=3.7',
install_requires=['python-bitcointx==1.1.3', 'pyaes==1.6.1'],
install_requires=['python-bitcointx==1.1.3'],
zip_safe=False)

Loading…
Cancel
Save