Skip to content

Commit f968877

Browse files
authored
Merge pull request #112 from cirosantilli/plyvel-1.5.1
Update plyvel==1.5.1 to fix fatal error: longintrepr.h: No such file or directory build
2 parents c06f420 + 654615e commit f968877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-bitcoinlib==0.11.0
2-
plyvel==1.2.0
2+
plyvel==1.5.1
33
coverage==4.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
],
2121
install_requires=[
2222
'python-bitcoinlib==0.11.0',
23-
'plyvel==1.2.0'
23+
'plyvel==1.5.1'
2424
]
2525
)

0 commit comments

Comments
 (0)