forked from LBRYCommunity/lbry-sdk
update plyvel to 1.3.0
https://github.com/lbryio/lbry-sdk/pull/3205#issuecomment-877564489
This commit is contained in:
parent
fd2753b95a
commit
85b46ecff6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with open(os.path.join(BASE, 'README.md'), encoding='utf-8') as fh:
|
||||||
|
|
||||||
PLYVEL = []
|
PLYVEL = []
|
||||||
if sys.platform.startswith('linux'):
|
if sys.platform.startswith('linux'):
|
||||||
PLYVEL.append('plyvel==1.0.5')
|
PLYVEL.append('plyvel==1.3.0')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=__name__,
|
name=__name__,
|
||||||
|
|
Loading…
Reference in a new issue