forked from LBRYCommunity/lbry-sdk
remove txrequests dependency
This commit is contained in:
parent
7f88dda0ae
commit
e170f3db3e
3 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@ def get_platform(get_ip=True):
|
|||
"build": build_type.BUILD, # CI server sets this during build step
|
||||
}
|
||||
|
||||
# TODO: remove this from get_platform and add a get_external_ip function using txrequests
|
||||
# TODO: remove this from get_platform and add a get_external_ip function using treq
|
||||
if get_ip:
|
||||
try:
|
||||
response = json.loads(urlopen("https://api.lbry.io/ip").read())
|
||||
|
|
|
@ -20,7 +20,6 @@ pyyaml==3.12
|
|||
PyGithub==1.34
|
||||
qrcode==5.2.2
|
||||
requests==2.9.1
|
||||
txrequests==0.9.5
|
||||
service_identity==16.0.0
|
||||
six>=1.9.0
|
||||
slowaes==0.1a1
|
||||
|
|
1
setup.py
1
setup.py
|
@ -25,7 +25,6 @@ requires = [
|
|||
'miniupnpc',
|
||||
'pyyaml',
|
||||
'requests',
|
||||
'txrequests',
|
||||
'txJSON-RPC',
|
||||
'zope.interface',
|
||||
'docopt'
|
||||
|
|
Loading…
Reference in a new issue