From 5d011444c4f9b22e1a089afd22767bdea69283d7 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Mon, 9 Sep 2019 17:02:37 +0200 Subject: [PATCH] installation: unpin urllib3 * Unpins urllib3 since it is correctly set as a dependency in the Python Kubernetes client (addresses reanahub/reana-client#320). --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7cbe54c0..3b2a7d17 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,6 @@ 'reana-db>=0.6.0.dev20190828,<0.7.0', 'requests==2.20.0', 'sqlalchemy-utils>=0.31.0', - 'urllib3<1.25,>=1.21.1', 'uwsgi-tools>=1.1.1', 'uWSGI>=2.0.17', 'uwsgitop>=0.10',