vision-career/pyproject.toml

17 lines
384 B
TOML

[project]
name = "vision-career-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"clickhouse-connect>=0.9.2",
"django>=5.2.7",
"langchain>=0.3.27",
"langchain-openai>=0.3.35",
"langchain-qdrant>=1.1.0",
"pydantic>=2.0",
"pypdf>=6.1.2",
"python-telegram-bot>=22.5",
]