forked from LBRYCommunity/lbry-sdk
bump lbryschema
This commit is contained in:
parent
2a467d8026
commit
0c66dfaaaf
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ gmpy==1.17
|
|||
jsonrpc==1.2
|
||||
jsonrpclib==0.1.7
|
||||
jsonschema==2.6.0
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.12#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v3.1.9#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.13rc1#egg=lbryschema
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pycrypto==2.6.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ requires = [
|
|||
'jsonrpc',
|
||||
'jsonschema',
|
||||
'lbryum==3.1.9',
|
||||
'lbryschema==0.0.12',
|
||||
'lbryschema==0.0.13rc1',
|
||||
'miniupnpc',
|
||||
'pycrypto',
|
||||
'pyyaml',
|
||||
|
|
Loading…
Add table
Reference in a new issue