26 lines
557 B
TOML
26 lines
557 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",
|
|
"gunicorn>=23.0.0",
|
|
"langchain>=0.3.27",
|
|
"langchain-openai>=0.3.35",
|
|
"langgraph-checkpoint-postgres>=3.0.0",
|
|
"psycopg[binary]>=3.2.12",
|
|
"pydantic>=2.0",
|
|
"pypdf>=6.1.2",
|
|
"python-telegram-bot>=22.5",
|
|
"sentry-sdk>=2.43.0",
|
|
"whitenoise>=6.11.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ipython>=9.6.0",
|
|
]
|