Merge pull request #241 from VinciGit00/patch-2

Update pyproject.toml
This commit is contained in:
Marko Kraemer 2025-05-08 16:42:50 +02:00 committed by GitHub
commit c7376dceef
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] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
streamlit-quill = "0.0.3"
python-dotenv = "1.0.1" python-dotenv = "1.0.1"
litellm = "1.66.1" litellm = "1.66.1"
click = "8.1.7" click = "8.1.7"
@ -63,4 +62,4 @@ daytona-sdk = "^0.14.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"