Lega.AI / pyproject.toml
CoderNoah
Initial commit
8b7e8f0
raw
history blame contribute delete
515 Bytes
[project]
name = "lega-ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"blinker>=1.9.0",
"langchain-chroma>=0.2.6",
"langchain-community>=0.3.29",
"langchain-google-genai>=2.1.12",
"langchain-text-splitters>=0.3.11",
"langchain[google-genai]>=0.3.27",
"plotly>=6.3.0",
"pypdf>=6.0.0",
"python-docx>=1.2.0",
"python-dotenv>=1.1.1",
"streamlit>=1.49.1",
"streamlit-option-menu>=0.4.0",
]