Files
sync-prototyping-1/pyproject.toml

12 lines
228 B
TOML

[project]
name = "syncing-1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pydantic>=2.12.5",
"starlette>=0.52.1",
"uvicorn>=0.40.0",
]