Skip to content

Commit

Permalink
Merge #1524: Fix pyaes dependency, should be in jmbase, not `jmbi…
Browse files Browse the repository at this point in the history
…tcoin`

90fe9b2 Fix pyaes dependency, should be in jmbase, not jmbitcoin (Kristaps Kaupe)

Pull request description:

  Mistake was made while merging #1512.

ACKs for top commit:
  AdamISZ:
    ACK 90fe9b2

Tree-SHA512: 30bc461bf7055bf8af81fc4165492c7f06bb6b923b7e92878dccbfb6d8e14d15950a7d3c5b9b5d681fbd8701cc3a028ad1f10bbc3b56346e387092c3eb88178b
  • Loading branch information
kristapsk committed Aug 6, 2023
2 parents 3eddd6b + 90fe9b2 commit c40ea37
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 c40ea37

Please sign in to comment.