mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Remove build system from FastAPI guide (#6751)
Matches https://github.com/astral-sh/uv-fastapi-example/pull/2
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user