mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Clean up get_vcs_deps
This commit is contained in:
@@ -1000,7 +1000,6 @@ def do_lock(
|
||||
project,
|
||||
pip_freeze,
|
||||
which=which,
|
||||
verbose=(environments.PIPENV_VERBOSITY > 0),
|
||||
clear=clear,
|
||||
pre=pre,
|
||||
allow_global=system,
|
||||
|
||||
@@ -1205,7 +1205,6 @@ def get_vcs_deps(
|
||||
project,
|
||||
pip_freeze=None,
|
||||
which=None,
|
||||
verbose=False,
|
||||
clear=False,
|
||||
pre=False,
|
||||
allow_global=False,
|
||||
|
||||
Reference in New Issue
Block a user