update plyvel to 1.3.0

https://github.com/lbryio/lbry-sdk/pull/3205#issuecomment-877564489
This commit is contained in:
Jack Robison 2021-07-12 16:57:21 -04:00
parent a1ddd762e0
commit 6f3342e09e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -9,7 +9,7 @@ with open(os.path.join(BASE, 'README.md'), encoding='utf-8') as fh:
PLYVEL = []
if sys.platform.startswith('linux'):
PLYVEL.append('plyvel==1.0.5')
PLYVEL.append('plyvel==1.3.0')
setup(
name=__name__,