Add dnspython to requirements for email verifier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ed0a44645e
commit
4cfcb6a50c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue