Reload
This commit is contained in:
parent
d3e990384d
commit
501f45525b
46 changed files with 993 additions and 35 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue