chore: add pipenv dependency and lock

Adding pipenv as a dependency to the pipenv environment itself is admittedly
counter-intuitive, however this gives the advantage of being able to install all
dependencies (including dev-dependencies) via the common and generally available
`pip` package manager interface. The generation of requirements.txt and
requirements-dev.txt is abstracted through the Makefile.
This commit is contained in:
Rodney, Tiara 2025-03-23 00:04:48 +01:00
parent cc5386eef5
commit df6e44f0d2
Signed by: tiara
GPG key ID: 5CD8EC1D46106723
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ tox = "~=4.24.2"
mypy = "~=1.15.0"
autopep8 = "~=2.3.2"
setuptools-scm = "~=8.2.0"
pipenv = "*"
pipenv = "~=2024.4.1"
[requires]
python_version = "3.11"