From 29a9d0487cda636f42e59eb6c138d864a679a84a Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 6 Oct 2021 13:13:29 -0400 Subject: [PATCH] Remove urllib dependency --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98d5c760..018ea2e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,5 +62,4 @@ https://download.lfd.uci.edu/pythonlibs/y2rycu7g/GDAL-3.2.3-cp37-cp37m-win_amd64 Shapely==1.7.0 ; sys_platform == "win32" eventlet==0.25.1 ; sys_platform == "win32" pyopenssl==19.1.0 ; sys_platform == "win32" -numpy==1.21.1 -urllib3~=1.24.1 \ No newline at end of file +numpy==1.21.1 \ No newline at end of file