document-explorer / pyproject.toml
chuckfinca's picture
Add HF trace storage, admin controls, and Spaces deployment
c02b92b
raw
history blame contribute delete
516 Bytes
[project]
name = "document-explorer"
version = "0.1.0"
description = "Upload documents and ask questions — powered by a-simple-llm-harness"
readme = "README.md"
authors = [
{ name = "chuckfinca", email = "charles@appsimple.io" }
]
requires-python = ">=3.12"
dependencies = [
"a-simple-llm-harness",
"e2b-code-interpreter>=2.5",
"gradio>=5.0",
"huggingface-hub",
"python-dotenv",
]
[tool.uv.sources]
a-simple-llm-harness = { git = "https://github.com/chuckfinca/a-simple-llm-harness.git" }