Remove build system from FastAPI guide (#6751)

Matches https://github.com/astral-sh/uv-fastapi-example/pull/2
This commit is contained in:
Zanie Blue 2024-08-28 10:33:38 -05:00 committed by GitHub
parent bb52997ac4
commit 50c4341cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,10 +58,6 @@ requires-python = ">=3.12"
dependencies = [
"fastapi[standard]",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
```
From there, you can run the FastAPI application with: