feat: update Dockerfiles and rosdep.yaml to install fastapi and starlette, remove starlette dependency

This commit is contained in:
Даниил Грабарь
2026-06-15 16:32:05 +03:00
parent eb8db5c6c0
commit ddfbbda7db
4 changed files with 8 additions and 9 deletions
-5
View File
@@ -3,11 +3,6 @@ python3-fastapi:
pip:
packages: ["fastapi>=0.100.0"]
python3-starlette:
ubuntu:
pip:
packages: ["starlette>=0.27.0"]
python3-uvicorn:
ubuntu:
pip: