mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
actually pass dev flag state to upgrade command.
This commit is contained in:
@@ -282,6 +282,7 @@ def upgrade(state, **kwargs):
|
||||
packages=state.installstate.packages,
|
||||
editable_packages=state.installstate.editables,
|
||||
categories=state.installstate.categories,
|
||||
dev=state.installstate.dev,
|
||||
system=state.system,
|
||||
lock_only=state.installstate.lock_only,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user