litigation_research / pyproject.toml
ikram98ai's picture
initial app
15bd23d
raw
history blame contribute delete
492 Bytes
[project]
name = "litigation-research"
version = "0.1.0"
description = "Pharmaceutical Litigation Research Dashboard"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=6.0.2",
"langchain>=1.1.0",
"langchain-anthropic>=1.2.0",
"langchain-community>=0.4.1",
"langchain-google-genai>=3.2.0",
"langchain-openai>=1.1.0",
"pandas>=2.3.3",
"psycopg2-binary>=2.9.11",
"pypdf>=6.4.0",
"python-dotenv>=1.2.1",
"sqlalchemy>=2.0.44",
]