Files
threejs-redering-test/backend/pyproject.toml
2025-10-13 16:42:09 +09:00

11 lines
221 B
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.119.0",
"uvicorn[standard]>=0.37.0",
]