Add dnspython to requirements for email verifier

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-29 14:37:36 -05:00
parent ed0a44645e
commit 4cfcb6a50c

View file

@ -23,6 +23,9 @@ minio>=7.2.0
# Database
psycopg2-binary>=2.9.9
# Email verification (MX lookup + SMTP probe)
dnspython>=2.6.0
# HTTP clients
aiohttp>=3.9.0
requests>=2.31.0