AIE5-MidTerm / pyproject.toml
thomfoolery's picture
final project submission
4915594
raw
history blame contribute delete
891 Bytes
[project]
name = "shop-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.9.0",
"beautifulsoup4>=4.12.3",
"yarl>=1.9.4",
"aiodns>=3.1.1",
"aiosignal>=1.3.1",
"lxml>=5.1.0",
"langchain>=0.3.19",
"langchain-core>=0.3.37",
"langchain-community>=0.3.18",
"langchain-openai>=0.3.6",
"typing-extensions>=4.12.2",
"langgraph>=0.2.74",
"qdrant-client>=1.13.2",
"langchain-qdrant>=0.2.0",
"dotenv>=0.9.9",
"unstructured>=0.14.8",
"chainlit>=2.2.1",
"ragas>=0.2.13",
"langchain-huggingface>=0.1.2",
"langchain-text-splitters>=0.3.6",
"markdown>=3.7",
"faiss-cpu>=1.10.0",
"python-pptx==1.0.2",
"nltk==3.9.1",
"pymupdf>=1.25.3",
"sentence-transformers>=3.4.1",
"datasets>=3.3.2",
"wandb>=0.19.7",
]