feat: Implement core application structure, AI extraction, persistence, and Telegram bot modules with updated configuration and dependencies.

This commit is contained in:
Marco Gallegos
2025-12-18 12:15:04 -06:00
parent 7276e480b0
commit 899482580e
45 changed files with 1157 additions and 225 deletions

View File

@@ -1,7 +1,29 @@
# Web Framework
fastapi
python-telegram-bot
openai
google-api-python-client
pydantic
uvicorn
# Pydantic (used by FastAPI)
pydantic
# Environment variables
python-dotenv
# AI
openai
# Database
sqlalchemy
psycopg2-binary # For PostgreSQL, optional
alembic # For database migrations, optional
# Telegram Bot
python-telegram-bot
# HTTP Client
httpx
# For image/audio/pdf processing (examples, uncomment as needed)
# Pillow
# pytesseract
# PyMuPDF
# langdetect