mirror of https://github.com/kortix-ai/suna.git
commit
c7376dceef
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue