mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Do not add skip-lock for lock command
This commit is contained in:
@@ -353,7 +353,6 @@ def uninstall_options(f):
|
||||
def lock_options(f):
|
||||
f = install_base_options(f)
|
||||
f = requirements_flag(f)
|
||||
f = skip_lock_option(f)
|
||||
f = pre_option(f)
|
||||
return f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user