mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
remove pycrypto
This commit is contained in:
parent
fab932abb6
commit
44b08ae6c9
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ git+https://github.com/lbryio/lbryschema.git@v0.0.15#egg=lbryschema
|
||||||
git+https://github.com/lbryio/lbryum.git@v3.2.1#egg=lbryum
|
git+https://github.com/lbryio/lbryum.git@v3.2.1#egg=lbryum
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
pycrypto==2.6.1
|
|
||||||
pyyaml==3.12
|
pyyaml==3.12
|
||||||
PyGithub==1.34
|
PyGithub==1.34
|
||||||
qrcode==5.2.2
|
qrcode==5.2.2
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -23,7 +23,6 @@ requires = [
|
||||||
'lbryschema==0.0.15',
|
'lbryschema==0.0.15',
|
||||||
'lbryum==3.2.1',
|
'lbryum==3.2.1',
|
||||||
'miniupnpc',
|
'miniupnpc',
|
||||||
'pycrypto',
|
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'requests',
|
'requests',
|
||||||
'txrequests',
|
'txrequests',
|
||||||
|
|
Loading…
Add table
Reference in a new issue