Add pypdf to requirements for MCS-150 form filling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-30 13:00:20 -05:00
parent 1f24255358
commit b2a4a48610

View file

@ -26,6 +26,9 @@ psycopg2-binary>=2.9.9
# Email verification (MX lookup + SMTP probe)
dnspython>=2.6.0
# PDF form filling (MCS-150 official forms)
pypdf>=4.0.0
# HTTP clients
aiohttp>=3.9.0
requests>=2.31.0