# Flask-Mailing v3.0.0 - Core Dependencies (2026 Production Ready)
# Python 3.10+ required

# Core SMTP and async support
aiosmtplib>=4.0.2
asgiref>=3.8.0
anyio>=4.9.0

# Flask framework
flask>=3.1.0
werkzeug>=3.1.3
jinja2>=3.1.6
blinker>=1.9.0

# Validation and settings
pydantic>=2.11.0
pydantic-settings>=2.9.0
email-validator>=2.3.0
typing-extensions>=4.13.0

# Optional dependencies for email checking features
# Uncomment these if you need email checking functionality:
# redis>=5.3.0
# httpx>=0.28.1
# dnspython>=2.7.0