chore: prepare yanting monorepo handoff

This commit is contained in:
2026-06-03 10:39:03 +09:00
commit fde51468c6
106 changed files with 8171 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
[project]
name = "report-notebooklm-api"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi",
"uvicorn",
"sqlalchemy",
"greenlet",
"alembic",
"pydantic",
"pydantic-settings",
"asyncmy",
"redis",
]
[project.optional-dependencies]
dev = [
"aiosqlite",
"httpx",
"pytest",
"pytest-asyncio",
]
[tool.setuptools.packages.find]
include = ["app*", "scripts*"]
exclude = ["migrations*", "tests*"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
pythonpath = ["."]