docx: added about project in the README.md

This commit is contained in:
Arduinum
2025-12-24 13:49:40 +03:00
committed by Arduinum628
parent b82096ced1
commit baa1b54f72
4 changed files with 617 additions and 2 deletions

View File

@@ -7,7 +7,13 @@ authors = [
{ name = "Arduinum628", email = "message.chaos628@gmail.com" }
]
requires-python = ">=3.11"
dependencies = []
dependencies = [
"alembic>=1.17.2",
"fastapi>=0.127.0",
"pydantic-settings>=2.12.0",
"sqlalchemy>=2.0.45",
"uvicorn>=0.40.0",
]
[project.scripts]
kawai-focus-v2 = "kawai_focus_v2:main"
@@ -19,4 +25,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"pre-commit>=4.5.1",
"pytest>=9.0.2",
"ruff>=0.14.10",
]