bump lbryschema

This commit is contained in:
Jack Robison 2017-10-25 10:56:12 -04:00
parent 2a467d8026
commit 0c66dfaaaf
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -22,7 +22,7 @@ requires = [
'jsonrpc',
'jsonschema',
'lbryum==3.1.9',
'lbryschema==0.0.12',
'lbryschema==0.0.13rc1',
'miniupnpc',
'pycrypto',
'pyyaml',