forked from LBRYCommunity/lbry-sdk
update requirements
This commit is contained in:
parent
1ecb32b3ed
commit
37a03a28ce
2 changed files with 4 additions and 5 deletions
|
@ -10,11 +10,10 @@ gmpy==1.17
|
|||
jsonrpc==1.2
|
||||
jsonrpclib==0.1.7
|
||||
jsonschema==2.5.1
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.3#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v2.7.20#egg=lbryum
|
||||
git+https://github.com/lbryio/lbryschema.git@v0.0.4#egg=lbryschema
|
||||
git+https://github.com/lbryio/lbryum.git@v2.7.21#egg=lbryum
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
protobuf==3.0.0
|
||||
pycrypto==2.6.1
|
||||
pyyaml==3.12
|
||||
qrcode==5.2.2
|
||||
|
|
4
setup.py
4
setup.py
|
@ -21,8 +21,8 @@ requires = [
|
|||
'envparse',
|
||||
'jsonrpc',
|
||||
'jsonschema',
|
||||
'lbryum==2.7.20',
|
||||
'lbryschema==0.0.3',
|
||||
'lbryum==2.7.21',
|
||||
'lbryschema==0.0.4',
|
||||
'miniupnpc',
|
||||
'pycrypto',
|
||||
'pyyaml',
|
||||
|
|
Loading…
Reference in a new issue