Skip to content

Commit

Permalink
Merge pull request #112 from cirosantilli/plyvel-1.5.1
Browse files Browse the repository at this point in the history
Update plyvel==1.5.1 to fix fatal error: longintrepr.h: No such file or directory build
  • Loading branch information
alecalve authored Mar 23, 2024
2 parents c06f420 + 654615e commit f968877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-bitcoinlib==0.11.0
plyvel==1.2.0
plyvel==1.5.1
coverage==4.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
],
install_requires=[
'python-bitcoinlib==0.11.0',
'plyvel==1.2.0'
'plyvel==1.5.1'
]
)

0 comments on commit f968877

Please sign in to comment.