From 214083aa0199f6fdb2b47bb2a7129f41ea6241ea Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 27 Feb 2023 22:21:24 +0100 Subject: [PATCH] urllib3 deps --- tests-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 36e4545..d496cec 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -5,4 +5,5 @@ coveralls; python_version > '3.5' pyflakes; python_version > '3.5' pylint; python_version > '3.5' halo; python_version > '3.5' -distro; python_version > '3.5' \ No newline at end of file +distro; python_version > '3.5' +urllib3; python_version > '3.5' \ No newline at end of file