payer-ai-prototypes / pyproject.toml
vin00d's picture
updates to app to display test options
d4f7ae0
Raw
History Blame Contribute Delete
663 Bytes
[project]
name = "payer-ai-prototypes"
version = "0.1.0"
description = "Chainlit + LangGraph prototypes for payer claims ingestion and scheduling assistant workflows."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chainlit>=1.3.0",
"langchain>=0.3.0",
"langchain-core>=0.3.0",
"langchain-openai>=0.2.0",
"langgraph>=0.2.0",
"qdrant-client>=1.11.0",
"loguru>=0.7.2",
"pydantic>=2.8.0",
"python-dotenv>=1.0.1",
"pypdf>=5.0.0",
"pillow>=10.4.0",
"requests>=2.32.0",
"typing-extensions>=4.12.0",
]
[dependency-groups]
dev = [
"pytest>=8.3.0",
"ruff>=0.6.0",
]
[tool.ruff]
line-length = 100
target-version = "py311"