Skip to content

Commit cefb3a0

Browse files
committed
fix: add uvicorn and python-multipart to fastapi extra (needed by E2E test server)
1 parent bcf3e2e commit cefb3a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ django = [
2727
]
2828
fastapi = [
2929
"fastapi>=0.109.0",
30+
"uvicorn[standard]>=0.27.0",
3031
"jinjax>=0.41",
32+
"python-multipart>=0.0.5",
3133
]
3234
litestar = [
3335
"litestar>=2.0",

0 commit comments

Comments
 (0)