Newer
Older
[project]
name = "fastapi-v1-to-v2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.115.11",
"uvicorn>=0.34.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"