lets_talk / pyproject.toml
mafzaal's picture
Enhance assistant capabilities and configuration updates
004e7e3
raw
history blame contribute delete
768 Bytes
[project]
name = "lets-talk"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"arxiv>=2.2.0",
"chainlit>=2.5.5",
"feedparser>=6.0.11",
"grandalf>=0.8",
"ipykernel>=6.29.5",
"ipython>=9.2.0",
"ipywidgets>=8.1.7",
"langchain>=0.3.25",
"langchain-community>=0.3.23",
"langchain-core>=0.3.59",
"langchain-huggingface>=0.2.0",
"langchain-openai>=0.3.16",
"langchain-qdrant>=0.2.0",
"langchain-text-splitters>=0.3.8",
"langgraph>=0.4.3",
"libmagic>=1.0",
"pandas>=2.2.3",
"python-dotenv>=1.1.0",
"qdrant-client>=1.14.2",
"ragas>=0.2.15",
"tqdm>=4.67.1",
"unstructured[md]>=0.17.2",
"websockets>=15.0.1",
]