Informed_Consent / pyproject.toml
Mdean77's picture
Tried vectorstore cache but failed.
5e4b78a
raw
history blame contribute delete
515 Bytes
[project]
name = "informed-consent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"langchain-qdrant>=0.2.0",
"langchain>=0.3.13",
"langchain-community>=0.3.13",
"pydantic==2.10.1",
"qdrant-client>=1.12.2",
"tiktoken>=0.8.0",
"langchain-openai>=0.2.14",
"langgraph>=0.2.60",
"pymupdf>=1.25.1",
"websockets>=14.1",
"chainlit>=1.1.202",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]