pipenv is the wrong tool for managing environments (it is meant to manage applications with explicitly pinned environments and is quite a bad fit here for floating dependencies associated with a library). Poetry solves this elegantly and is a far better fit.
Description
pipenv
is the wrong tool for managing environments (it is meant to manage applications with explicitly pinned environments and is quite a bad fit here for floating dependencies associated with a library). Poetry solves this elegantly and is a far better fit.