mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -306,10 +306,7 @@ def actually_resolve_reps(deps, index_lookup, markers_lookup, project, sources,
|
||||
pip_args = []
|
||||
|
||||
if sources:
|
||||
print(sources)
|
||||
pip_args = prepare_pip_source_args(sources, pip_args)
|
||||
print(pip_args)
|
||||
exit()
|
||||
|
||||
if verbose:
|
||||
print('Using pip: {0}'.format(' '.join(pip_args)))
|
||||
|
||||
Reference in New Issue
Block a user