[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" }