mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #474 from jgelens/master
hyphen missing in pip index argument
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ def resolve_deps(deps, sources=None):
|
||||
pip_args = []
|
||||
|
||||
if sources:
|
||||
pip_args.extend(['i', sources[0]['url']])
|
||||
pip_args.extend(['-i', sources[0]['url']])
|
||||
|
||||
pip_options, _ = pip_command.parse_args(pip_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user