Skip to content

Commit

Permalink
add fastapi extra dependencies (#7252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Sep 11, 2024
1 parent 1f11054 commit d5e2155
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/how_to/integrations/FastAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ conda install fastapi
:::

:::{tab-item} `pip`
```pip
conda install fastapi
```bash
pip install fastapi
```
:::

:::{tab-item} `panel`
```bash
pip install panel[fastapi]
```
:::

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ recommended = [
'pillow',
'plotly',
]
fastapi = [
'bokeh-fastapi == 0.1.0',
'uvicorn',
]
dev = [
'watchfiles',
]
Expand Down

0 comments on commit d5e2155

Please sign in to comment.