bump lbryschema
This commit is contained in:
parent
ce76b7d14f
commit
1f1d352429
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ gmpy==1.17
|
||||||
jsonrpc==1.2
|
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.7#egg=lbryschema
|
git+https://github.com/lbryio/lbryschema.git@v0.0.8#egg=lbryschema
|
||||||
git+https://github.com/lbryio/lbryum.git@v3.1.3#egg=lbryum
|
git+https://github.com/lbryio/lbryum.git@v3.1.3#egg=lbryum
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ requires = [
|
||||||
'jsonrpc',
|
'jsonrpc',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'lbryum==3.1.3',
|
'lbryum==3.1.3',
|
||||||
'lbryschema==0.0.7',
|
'lbryschema==0.0.8',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
Loading…
Reference in a new issue