- 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>
18 lines
355 B
TOML
18 lines
355 B
TOML
[project]
|
|
name = "raggr"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"chromadb>=1.1.0",
|
|
"python-dotenv>=1.0.0",
|
|
"flask>=3.1.2",
|
|
"httpx>=0.28.1",
|
|
"ollama>=0.6.0",
|
|
"openai>=2.0.1",
|
|
"pydantic>=2.11.9",
|
|
"pillow>=10.0.0",
|
|
"pymupdf>=1.24.0",
|
|
]
|