Skip to content

Commit

Permalink
Install fastapi with standard extra (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Actionb authored Sep 20, 2024
1 parent 3d2a5af commit a14ebc8
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.112.2",
"fastapi[standard]>=0.112.2",
]

[build-system]
Expand Down
128 changes: 126 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a14ebc8

Please sign in to comment.