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:
parent
cc5386eef5
commit
df6e44f0d2
2 changed files with 2 additions and 2 deletions
2
Pipfile
2
Pipfile
|
|
@ -12,7 +12,7 @@ tox = "~=4.24.2"
|
||||||
mypy = "~=1.15.0"
|
mypy = "~=1.15.0"
|
||||||
autopep8 = "~=2.3.2"
|
autopep8 = "~=2.3.2"
|
||||||
setuptools-scm = "~=8.2.0"
|
setuptools-scm = "~=8.2.0"
|
||||||
pipenv = "*"
|
pipenv = "~=2024.4.1"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.11"
|
python_version = "3.11"
|
||||||
|
|
|
||||||
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "7a4671ceb800ea54b1f9c0f7f65262fa321f85decd8a0e865199d3c768122098"
|
"sha256": "993ac222de569f8a8d09bd369675a8dbaaa6e6d5ecad45ed341a14945b95c4b3"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue