mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
import urllib3 directly
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user