chore: initialize Next.js + FastAPI monorepo with Docker Compose
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "fquiz-api"
|
||||
version = "0.1.0"
|
||||
description = "FastAPI backend for fquiz"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.116.0,<1.0.0",
|
||||
"uvicorn[standard]>=0.35.0,<1.0.0",
|
||||
"pydantic-settings>=2.10.0,<3.0.0",
|
||||
]
|
||||
Reference in New Issue
Block a user