vision-career/pyproject.toml
2025-10-22 12:22:44 +03:00

20 lines
576 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",
"deepinfra>=0.1.0",
"langchain>=0.3.27",
"langchain-community>=0.3.31",
"langchain-openai>=0.3.35",
"pypdf>=6.1.2",
"python-telegram-bot>=22.5",
"redis>=6.4.0",
]
[tool.uv.sources]
langchain-community = { git = "https://github.com/estromenko/langchain-community", subdirectory = "libs/community", rev = "feat/add-vector-similarity-index-support" }