add lbryschema to requirements.txt and setup.py
This commit is contained in:
parent
23596b434a
commit
769329c90e
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +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/lbryum.git
|
git+https://github.com/lbryio/lbryum.git
|
||||||
|
git+https://github.com/lbryio/lbryschema.git
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
protobuf==3.0.0
|
protobuf==3.0.0
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -20,6 +20,7 @@ requires = [
|
||||||
'jsonrpc',
|
'jsonrpc',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'lbryum>=2.7.6',
|
'lbryum>=2.7.6',
|
||||||
|
'lbryschema',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
Loading…
Reference in a new issue