feat: add Discord bot integration for PDF receipt uploads and manual entry

Co-authored-by: aider (openai/unsloth/Qwen3-Coder-Next) <aider@aider.chat>
This commit is contained in:
Your Name
2026-02-06 17:51:03 +01:00
parent 4e764d60a0
commit 2474520514
2 changed files with 118 additions and 31 deletions

View File

@@ -1,2 +1,6 @@
# No external dependencies required for this SQLite-based implementation
# Python standard library is sufficient for the core functionality
# Core dependencies for the grocery receipt tracker
discord.py>=2.0.0
# For PDF processing (optional, for future OCR implementation)
# PyPDF2
# pytesseract
# pillow