This commit is contained in:
Piotr Dec 2025-12-02 23:44:23 +01:00
parent d3e990384d
commit 501f45525b
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
46 changed files with 993 additions and 35 deletions

View file

@ -5,28 +5,38 @@ description = "Because name 'Jenkins' was already taken. Greatest composer ever.
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "Piotr Dec" }]
dependencies = [
"fastapi>=0.115.0",
"fastapi>=0.119.0",
"uvicorn[standard]>=0.30.0",
"jinja2>=3.1.4",
"pydantic-settings>=2.4.0",
"pyyaml>=6.0.2",
"gitpython>=3.1.45",
"pykeepass>=4.1.1.post1",
"docker>=7.1.0",
"injectable==4.0.1",
"py-automapper>=2.2.0",
"fastapi-utils>=0.8.0",
"keyring>=25.6.0",
]
[project.optional-dependencies]
[dependency-groups]
dev = [
"httpx>=0.27.0",
"pytest>=8.3.0",
"pytest-asyncio>=0.23.0",
"pytest==9.0.1",
"pytest-asyncio>=1.3.0",
"ruff>=0.6.0",
"mypy>=1.11.0",
"types-Jinja2>=2.11.9",
]
[project.scripts]
app = "app.main:run"
karl = "karl:main"
[tool.uv]
# uv automatycznie wykrywa dependencies z [project]
# Możesz dodać tu własne ustawienia cache/mirrors, jeśli potrzebne.
[build-system]
requires = ["uv_build>=0.8.23,<0.9.0"]
build-backend = "uv_build"
[tool.ruff]
line-length = 120