uv add "fastapi[standard-no-fastapi-cloud-cli]"
This commit is contained in:
parent
9a0e741ac7
commit
af3bf879f5
14 changed files with 2801 additions and 7 deletions
|
|
@ -4,7 +4,10 @@ version = "0.1.0"
|
|||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"fastapi[standard-no-fastapi-cloud-cli]>=0.140.11",
|
||||
"gunicorn>=26.0.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue