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 authored and copybara-github committed Oct 10, 2024
1 parent 3843a7a commit 3eb1458
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 3eb1458

Please sign in to comment.