From 50c4341cc645f2e87cce43743d64f4b06f2f9bda Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 28 Aug 2024 10:33:38 -0500 Subject: [PATCH] Remove build system from FastAPI guide (#6751) Matches https://github.com/astral-sh/uv-fastapi-example/pull/2 --- docs/guides/integration/fastapi.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/guides/integration/fastapi.md b/docs/guides/integration/fastapi.md index abacc18d3..6b84dddb7 100644 --- a/docs/guides/integration/fastapi.md +++ b/docs/guides/integration/fastapi.md @@ -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: