build: add ruff and pytest dependencies, install clang-format in image

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 06:51:00 -06:00
parent 55a42597bb
commit 01db259f91
4 changed files with 95 additions and 0 deletions

View File

@@ -12,4 +12,10 @@ dependencies = [
"tortoise-orm>=0.25.1",
"aiosqlite==0.21",
"uvicorn[standard]>=0.38.0",
"ruff>=0.15.17",
]
[dependency-groups]
dev = [
"pytest>=9.1.0",
]