mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix #1714
This commit is contained in:
+1
-1
@@ -617,7 +617,7 @@ def convert_deps_to_pip(deps, project=None, r=True, include_index=False):
|
||||
else:
|
||||
specs = ''
|
||||
|
||||
if include_index and not is_file(deps[dep]):
|
||||
if include_index and not is_file(deps[dep]) not is_vcs(deps[dep]):
|
||||
pip_src_args = []
|
||||
if 'index' in deps[dep]:
|
||||
dep_src = [project.get_source(deps[dep]['index'])]
|
||||
|
||||
Reference in New Issue
Block a user