forked from LBRYCommunity/lbry-sdk
bump lbryschema requirement
This commit is contained in:
parent
12fc722712
commit
89ada85f0f
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ 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.4#egg=lbryschema
|
git+https://github.com/lbryio/lbryschema.git@v0.0.6#egg=lbryschema
|
||||||
git+https://github.com/lbryio/lbryum.git@v2.7.22#egg=lbryum
|
git+https://github.com/lbryio/lbryum.git@v2.7.23#egg=lbryum
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -21,8 +21,8 @@ requires = [
|
||||||
'envparse',
|
'envparse',
|
||||||
'jsonrpc',
|
'jsonrpc',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'lbryum==2.7.22',
|
'lbryum==2.7.23',
|
||||||
'lbryschema==0.0.4',
|
'lbryschema==0.0.6',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
Loading…
Add table
Reference in a new issue