Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fastapi extra dependencies #7252

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

pmeier
Copy link
Contributor

@pmeier pmeier commented Sep 11, 2024

With the new functionality added to serve panel through FastAPI, this adds an extra dependency so you can pip install panel[fastapi] and get everything you need.

doc/how_to/integrations/FastAPI.md Show resolved Hide resolved
@@ -75,6 +75,10 @@ recommended = [
'pillow',
'plotly',
]
fastapi = [
'bokeh-fastapi == 0.1.0',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only resolve after the initial release, but that should happen before the next panel release anyway. I opted for a hard-pin here since there are no BC guarantees yet for bokeh-fastapi.

@philippjfr philippjfr merged commit d5e2155 into holoviz:main Sep 11, 2024
1 check passed
@pmeier pmeier deleted the fastapi-extra branch September 11, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants