Update pyproject.toml

removed dead import
This commit is contained in:
Marco Vinciguerra 2025-05-07 15:07:55 +02:00 committed by GitHub
parent 9d6683aeaf
commit 6899d673b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.11"
streamlit-quill = "0.0.3"
python-dotenv = "1.0.1"
litellm = "1.66.1"
click = "8.1.7"
@ -63,4 +62,4 @@ daytona-sdk = "^0.14.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"