From b48b9e2d58089fca24da0f33e02f9231a0f395cb Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com> Date: Wed, 7 May 2025 15:09:40 +0200 Subject: [PATCH] Update pyproject.toml removed another death improt --- backend/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4bd8921a..d8ca7162 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -45,7 +45,6 @@ python-ripgrep = "0.0.6" daytona_sdk = "^0.14.0" boto3 = "^1.34.0" openai = "^1.72.0" -streamlit = "^1.44.1" nest-asyncio = "^1.6.0" vncdotool = "^1.2.0" tavily-python = "^0.5.4" @@ -63,4 +62,4 @@ daytona-sdk = "^0.14.0" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"