mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove build system from FastAPI guide (#6751)
Matches https://github.com/astral-sh/uv-fastapi-example/pull/2
This commit is contained in:
parent
bb52997ac4
commit
50c4341cc6
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue