Commit graph

9 commits

Author SHA1 Message Date
Tiara Rodney
7bb0188a42
dirty 2025-06-22 00:13:13 +02:00
Tiara Rodney
95e6ee35ed
chore: runtime version locking & path fix 2025-06-19 17:57:06 +02:00
Rodney, Tiara
66c160a3d2
feat(build): add build target 2025-03-29 20:07:37 +01:00
Rodney, Tiara
cd7aca7b45
chore: remove redundant dependency
Sphinx is part of the dependency defined in pyproject.toml, therefore redundant
to explicitly define it in Pipfile, since the project is an editable dependency.
2025-03-23 01:54:09 +01:00
Rodney, Tiara
c02d579f9e
chore(build): add pylint dependency 2025-03-23 00:32:56 +01:00
Rodney, Tiara
df6e44f0d2
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.
2025-03-23 00:04:48 +01:00
Rodney, Tiara
cc5386eef5
chore: lock depencies to major version 2025-03-22 23:58:57 +01:00
Rodney, Tiara
5b3c57e32f
chore: init base dependency management 2025-03-22 23:53:17 +01:00
Rodney, Tiara
9e39217423
init 2024-04-07 22:32:31 +02:00