We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10714ed commit 0a11e76Copy full SHA for 0a11e76
veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh
@@ -34,7 +34,7 @@ while [[ $# -gt 0 ]]; do
34
done
35
36
# in case of deployment deps not installed in user's requirements.txt
37
-python3 -m pip install uvicorn[standard] fastapi fastmcp
+python3 -m pip install uvicorn[standard] fastapi
38
39
USE_ADK_WEB=${USE_ADK_WEB:-False}
40
0 commit comments