Files
three_60/backend/pyproject.toml

13 lines
289 B
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi[standard]>=0.135.2",
"pydantic-settings>=2.13.1",
"requests>=2.32.5",
"strawberry-graphql[fastapi]>=0.315.2",
]