MailQuery / requirements.txt
Da-123's picture
requirement
05ecc1b
raw
history blame contribute delete
305 Bytes
# Core OAuth Gmail MCP Server Dependencies
gradio[mcp]
google-auth
google-auth-oauthlib
google-auth-httplib2
google-api-python-client
cryptography
requests
loguru
python-dateutil
# MCP server support
mcp
# Email processing
email-validator
beautifulsoup4
html2text
# Development (optional)
pytest
black