diff --git a/pipenv/utils.py b/pipenv/utils.py index b81e35d0..59423a3a 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -15,7 +15,7 @@ import six # List of version control systems we support. VCS_LIST = ('git', 'svn', 'hg', 'bzr') -FILE_LIST = ('http://', 'https://', 'ftp://') +FILE_LIST = ('http://', 'https://', 'ftp://', 'file:///') requests = requests.session()