Skip to content

Commit

Permalink
Fix pyaes dependency, should be in jmbase, not jmbitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Aug 6, 2023
1 parent 3eddd6b commit 90fe9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmbase/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
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 changes: 1 addition & 1 deletion jmbitcoin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
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)

0 comments on commit 90fe9b2

Please sign in to comment.