first_chatbot / pyproject.toml
김탱
init
1b3c845
raw
history blame contribute delete
480 Bytes
[project]
name = "first-chatbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.5.2",
"huggingface-hub>=0.29.3",
"langchain-community>=0.3.20",
"langchain-core>=0.3.49",
"langchain-huggingface>=0.1.2",
"langchain-text-splitters>=0.3.7",
"python-dotenv>=1.1.0",
"streamlit>=1.44.0",
"tqdm>=4.67.1",
"transformers>=4.50.2",
"watchdog>=6.0.0",
]