Migrate to devenv
This commit is contained in:
parent
b098704e23
commit
80a02f959a
10 changed files with 269 additions and 28 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue