From fe142528ca13e4b3293a098fb7a59e1c8f93b1bc Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 8 Jul 2019 13:42:06 -0500 Subject: [PATCH] added streamedrequests dependency for future use --- onionr/static-data/bootstrap-nodes.txt | 1 + requirements.in | 1 + requirements.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/onionr/static-data/bootstrap-nodes.txt b/onionr/static-data/bootstrap-nodes.txt index e69de29b..da45b083 100755 --- a/onionr/static-data/bootstrap-nodes.txt +++ b/onionr/static-data/bootstrap-nodes.txt @@ -0,0 +1 @@ +6i2apk7llawfcqy4y4xumqiedo7nltczmdk2cbvdztaqpkjnygwwz6qd.onion diff --git a/requirements.in b/requirements.in index c285834a..4b9b6836 100644 --- a/requirements.in +++ b/requirements.in @@ -7,4 +7,5 @@ PySocks==1.6.8 stem==1.7.1 deadsimplekv==0.1.1 unpaddedbase32==0.1.0 +streamedrequests==0.0.0 jinja2==2.10.1 diff --git a/requirements.txt b/requirements.txt index 261a9996..747ee2d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -171,6 +171,8 @@ six==1.12.0 \ # via pynacl stem==1.7.1 \ --hash=sha256:c9eaf3116cb60c15995cbd3dec3a5cbc50e9bb6e062c4d6d42201e566f498ca2 +streamedrequests==0.0.0 \ + --hash=sha256:94c729078099c0f2691510be0bb90f421277a729078b8e150fe2740c78f8e53e unpaddedbase32==0.1.0 \ --hash=sha256:5e4143fcaf77c9c6b4f60d18301c7570f0dac561dcf9b9aed8b5ba6ead7f218c urllib3==1.24.2 \