mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #505 from techalchemy/file-path-addition
File path addition
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user