add venv with uv

This commit is contained in:
2026-01-02 19:18:07 +03:00
parent a2f7e90f89
commit c36752a16f
4 changed files with 716 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "pet-project-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ansible>=13.2.0",
"ansible-lint>=25.12.2",
"yamllint>=1.37.1",
]