The Specified Version Was Not Installed with Pipenv

Python
2021-03-30 20:44 (3 years ago) ytyng

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"

Currently unrated

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011