Migrate to devenv

This commit is contained in:
Tobias Reisinger 2025-06-24 19:35:39 +02:00
parent b098704e23
commit 80a02f959a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 269 additions and 28 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "infrastructure"
version = "0.1.0"
description = "Some dependencies to manage the serguzim.net infrastructure"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2",
"python-hcl2"
]