Skip to content

Commit

Permalink
chore: add fastapi to client extra
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisrall committed May 27, 2024
1 parent 1b389f0 commit e4c6646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sse-starlette = "^1.3.0"

[tool.poetry.extras]
# Extras that are used for client
client = []
client = ["fastapi"]
# Extras that are used for server
server = ["sse-starlette", "fastapi"]
# All
Expand Down

0 comments on commit e4c6646

Please sign in to comment.