legisqa-local / pyproject.toml
gabrielaltay's picture
use hf dataset
4445f91
raw
history blame contribute delete
812 Bytes
[project]
name = "legisqa-local"
version = "0.1.0"
description = "Congressional Legislation Query and Analysis Tool"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chromadb>=1.1.0",
"datasets>=3.0.0",
"huggingface_hub>=0.19.0",
"langchain>=0.3.27",
"langchain-anthropic>=0.3.19",
"langchain-chroma>=0.1.4",
"langchain-community>=0.3.29",
"langchain-core>=0.3.75",
"langchain-google-genai>=2.1.10",
"langchain-huggingface>=0.3.1",
"langchain-openai>=0.3.32",
"langchain-together>=0.3.1",
"sentence-transformers>=5.1.0",
"streamlit>=1.49.1",
"tqdm>=4.66.0",
]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
include = ["legisqa_local*"]