Fix and add missing dependencies to pyproject.toml
- Fix dotenv package name to python-dotenv - Add pillow for image processing - Add pymupdf for PDF handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -6,10 +6,12 @@ readme = "README.md"
|
|||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chromadb>=1.1.0",
|
"chromadb>=1.1.0",
|
||||||
"dotenv>=0.9.9",
|
"python-dotenv>=1.0.0",
|
||||||
"flask>=3.1.2",
|
"flask>=3.1.2",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"ollama>=0.6.0",
|
"ollama>=0.6.0",
|
||||||
"openai>=2.0.1",
|
"openai>=2.0.1",
|
||||||
"pydantic>=2.11.9",
|
"pydantic>=2.11.9",
|
||||||
|
"pillow>=10.0.0",
|
||||||
|
"pymupdf>=1.24.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user