mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
bump lbryum
This commit is contained in:
parent
01d86204d0
commit
8ce4039093
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jsonrpc==1.2
|
||||||
jsonrpclib==0.1.7
|
jsonrpclib==0.1.7
|
||||||
jsonschema==2.5.1
|
jsonschema==2.5.1
|
||||||
git+https://github.com/lbryio/lbryschema.git@v0.0.3#egg=lbryschema
|
git+https://github.com/lbryio/lbryschema.git@v0.0.3#egg=lbryschema
|
||||||
git+https://github.com/lbryio/lbryum.git@v2.7.19#egg=lbryum
|
git+https://github.com/lbryio/lbryum.git@v2.7.20#egg=lbryum
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
protobuf==3.0.0
|
protobuf==3.0.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ requires = [
|
||||||
'envparse',
|
'envparse',
|
||||||
'jsonrpc',
|
'jsonrpc',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'lbryum==2.7.19',
|
'lbryum==2.7.20',
|
||||||
'lbryschema==0.0.3',
|
'lbryschema==0.0.3',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
|
|
Loading…
Add table
Reference in a new issue