import urllib3 directly

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-25 13:56:03 -04:00
parent cfa7bd435d
commit e94ec92a80
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import tempfile
from glob import glob
import json as simplejson
import urllib3
import background
import click
import click_completion
@@ -116,7 +116,7 @@ if PIPENV_NOSPIN:
yield
# Disable warnings for Python 2.6.
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
urllib3.disable_warnings(InsecureRequestWarning)
project = Project()
+1 -1
View File
@@ -26,7 +26,7 @@ required = [
'pew>=0.1.26',
'pip>=9.0.1',
'pip-tools>=1.9.0',
'requests>2.0.0',
'requests>2.18.0',
'flake8'
]