mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Switch to new function name
This commit is contained in:
@@ -409,7 +409,7 @@ def uninstall_options(f):
|
||||
|
||||
def lock_options(f):
|
||||
f = install_base_options(f)
|
||||
f = requirements_flag(f)
|
||||
f = emit_requirements_flag(f)
|
||||
f = dev_only_flag(f)
|
||||
return f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user