remove txrequests dependency

This commit is contained in:
Victor Shyba 2018-05-05 02:20:21 -03:00
parent 7f88dda0ae
commit e170f3db3e
3 changed files with 1 additions and 3 deletions

View file

@ -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())

View file

@ -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

View file

@ -25,7 +25,6 @@ requires = [
'miniupnpc',
'pyyaml',
'requests',
'txrequests',
'txJSON-RPC',
'zope.interface',
'docopt'