forked from LBRYCommunity/lbry-sdk
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
|
||||
miniupnpc==1.9
|
||||
pbkdf2==1.3
|
||||
pycrypto==2.6.1
|
||||
pyyaml==3.12
|
||||
PyGithub==1.34
|
||||
qrcode==5.2.2
|
||||
|
|
1
setup.py
1
setup.py
|
@ -23,7 +23,6 @@ requires = [
|
|||
'lbryschema==0.0.15',
|
||||
'lbryum==3.2.1',
|
||||
'miniupnpc',
|
||||
'pycrypto',
|
||||
'pyyaml',
|
||||
'requests',
|
||||
'txrequests',
|
||||
|
|
Loading…
Reference in a new issue