Fix: Fixes broken installation because of third party library update.
[osm/vim-emu.git] / setup.py
index 090063a..7cc9d6b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(name='emuvim',
           'Flask',
           'flask_restful',
           'docker==2.0.2',
-          'urllib3==1.21.1',
+          'urllib3',
           'requests',
           'prometheus_client',
           'ipaddress',