Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ while [[ $# -gt 0 ]]; do
esac
done

# in case of uvicorn and fastapi not installed in user's requirements.txt
python3 -m pip install uvicorn[standard]

python3 -m pip install fastapi

python3 -m pip install fastmcp
# in case of deployment deps not installed in user's requirements.txt
python3 -m pip install uvicorn[standard] fastapi fastmcp

USE_ADK_WEB=${USE_ADK_WEB:-False}

Expand Down