Skip to content

Commit

Permalink
Update dev plyvel requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Aug 9, 2019
1 parent d2ccc1e commit 89a8dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"coincurve>=10.0.0,<11.0.0",
"eth-hash[pysha3];implementation_name=='cpython'",
"eth-hash[pycryptodome];implementation_name=='pypy'",
"plyvel==1.0.5",
"plyvel>=1.0.5,<1.2.0",
],
'test': [
"hypothesis==3.69.5",
Expand Down

0 comments on commit 89a8dc4

Please sign in to comment.