forked from LBRYCommunity/lbry-sdk
requirements
This commit is contained in:
parent
bc2f5901a7
commit
5ca48944c6
2 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,6 @@ appdirs==1.4.3
|
||||||
argparse==1.2.1
|
argparse==1.2.1
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
base58==0.2.2
|
base58==0.2.2
|
||||||
git+https://github.com/lbryio/bumpversion.git#egg=bumpversion
|
|
||||||
colorama==0.3.7
|
colorama==0.3.7
|
||||||
dnspython==1.12.0
|
dnspython==1.12.0
|
||||||
ecdsa==0.13
|
ecdsa==0.13
|
||||||
|
@ -12,10 +11,9 @@ envparse==0.2.0
|
||||||
GitPython==2.1.3
|
GitPython==2.1.3
|
||||||
jsonrpc==1.2
|
jsonrpc==1.2
|
||||||
jsonrpclib==0.1.7
|
jsonrpclib==0.1.7
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==10.4.0
|
keyring==10.4.0
|
||||||
git+https://github.com/lbryio/lbryum.git@v3.2.0rc19#egg=lbryum
|
|
||||||
git+https://github.com/lbryio/lbryschema.git@v0.0.15rc3#egg=lbryschema
|
git+https://github.com/lbryio/lbryschema.git@v0.0.15rc3#egg=lbryschema
|
||||||
|
git+https://github.com/lbryio/lbryum.git@v3.2.0rc19#egg=lbryum
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -20,9 +20,8 @@ requires = [
|
||||||
'base58',
|
'base58',
|
||||||
'envparse',
|
'envparse',
|
||||||
'jsonrpc',
|
'jsonrpc',
|
||||||
'jsonschema',
|
|
||||||
'lbryum==3.2.0rc19',
|
|
||||||
'lbryschema==0.0.15rc3',
|
'lbryschema==0.0.15rc3',
|
||||||
|
'lbryum==3.2.0rc19',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
Loading…
Reference in a new issue