The Specified Version Was Not Installed with Pipenv
Python
2021-03-30 11:44 (5 years ago)

In the Pipfile,
[packages]
...
Werkzeug = "<1.0.0"
is specified, but when I run
pipenv install --system --skip-lock --dev --deploy
version 1.0.1 gets installed.
In the case of --dev, I needed to specify the version of Werkzeug in dev-packages.
[dev-packages]
...
Werkzeug = "<1.0.0"
Please rate this article (No signup or login required)
Currently unrated
The author runs the application development company Cyberneura.
We look forward to discussing your development needs.
We look forward to discussing your development needs.