agora-gradio-interface / pyproject.toml
kateforsberg's picture
updating to just directly call the structure
77b60b2
raw
history blame contribute delete
674 Bytes
[tool.poetry]
name = "griptape-test"
version = "0.1.0"
description = "Chat demo using the Griptape Framework and Gradio."
authors = ["Griptape <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/griptape-ai/griptape-chat"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
python-dotenv = "^1.0.0"
gradio = "^4.37.1"
griptape = {git="https://github.com/griptape-ai/griptape.git", rev = "dev", extras=["drivers-embedding-voyageai","drivers-prompt-anthropic"]}
#griptape = "^0.34"
argparse = "^1.4.0"
azure-identity = "^1.17.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"