mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add install reqs to pipenv dict
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -1440,6 +1440,7 @@ def pip_install(
|
||||
"sources": " ".join(prepare_pip_source_args(sources)),
|
||||
"src": src,
|
||||
"verbose_flag": "--verbose" if verbose else "",
|
||||
"install_reqs": install_reqs
|
||||
}
|
||||
pip_command = "{quoted_pip} install {pre} {src} {verbose_flag} {upgrade_strategy} {no_deps} {install_reqs} {sources}".format(
|
||||
**pip_args
|
||||
|
||||
Reference in New Issue
Block a user