Skip to content

Commit

Permalink
[YDF] Install FastAPI dependencies
Browse files Browse the repository at this point in the history
Fixes #137

PiperOrigin-RevId: 684362978
  • Loading branch information
rstz committed Oct 18, 2024
1 parent 76b42c1 commit 54e7283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def content_dockerfile() -> str:

def content_requirements() -> str:
return """\
fastapi
fastapi[all]
pydantic
ydf
"""

0 comments on commit 54e7283

Please sign in to comment.