File size: 570 Bytes
14da133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool.poetry]
name = "griptape-chat"
version = "0.28.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 = "^0.28.0"
attrs = "^23.1.0"
pypdf = "^4.2.0"
pymupdf = "^1.24.7"
azure-identity = "^1.17.1"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"