mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -308,7 +308,7 @@ def lock(
|
||||
ensure_project(three=state.three, python=state.python, pypi_mirror=state.pypi_mirror)
|
||||
if state.installstate.requirementstxt:
|
||||
do_init(dev=state.installstate.dev, requirements=state.installstate.requirementstxt,
|
||||
pypi_mirror=state.pypi_mirror, state.installstate.pre)
|
||||
pypi_mirror=state.pypi_mirror, pre=state.installstate.pre)
|
||||
do_lock(
|
||||
clear=state.clear,
|
||||
pre=state.installstate.pre,
|
||||
|
||||
Reference in New Issue
Block a user