feat: Implement deterministic expense matching using configurable providers and keywords, integrating it into the processing pipeline.

This commit is contained in:
Marco Gallegos
2025-12-18 12:25:48 -06:00
parent 899482580e
commit 519a5ad705
9 changed files with 338 additions and 136 deletions

View File

@@ -13,6 +13,8 @@ openai
# Database
sqlalchemy
pymysql # For MySQL support
cryptography # Required for some MySQL auth methods
psycopg2-binary # For PostgreSQL, optional
alembic # For database migrations, optional