mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -259,6 +259,7 @@ def do_install_dependencies(dev=False, only=False, bare=False, requirements=Fals
|
||||
with open(project.lockfile_location) as f:
|
||||
lockfile = split_vcs(json.load(f))
|
||||
|
||||
# Allow pip to resolve dependencies when in skip-lock mode.
|
||||
no_deps = (not skip_lock)
|
||||
|
||||
# Install default dependencies, always.
|
||||
|
||||
Reference in New Issue
Block a user