forked from aws-samples/bedrock-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 693 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 693 Bytes
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
27
28
29
30
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
boto3 = "^1.35.9"
llama-index = "^0.10.19"
pydantic = "^2.4.0"
youtube-transcript-api = "^0.6.1"
playwright = "^1.40.0"
requests = "^2.32.0"
pg8000 = "^1.30.3"
python-ulid = "^1.1.0"
pyhumps = "^3.8.0"
tenacity = "<=8.3.0"
langdetect = "^1.0.9"
unstructured = {version = "^0.15.7", extras = ["pdf","docx","xlsx","pptx","md"]}
retry = "^0.9.2"
types-retry = "^0.9.9.4"
aws-lambda-powertools = "^2.1.0"
duckduckgo-search = "^6.1.4"
numpy = "^1.26.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
black = "^24.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"