feat: F3 — extracto de PDF en notificaciones y comando /pdf (pypdf, sin disco)

This commit is contained in:
markosbenitez
2026-05-30 01:13:31 -03:00
parent 64cfc4d1b7
commit 61a15c5c50
5 changed files with 113 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ dependencies = [
"python-dotenv>=1.0",
"aiosqlite>=0.20",
"aiohttp>=3.9",
"pypdf>=4.0",
]
[dependency-groups]