MailQuery / agentic_implementation /requirements_oauth.txt
Arun Raghav
removed open ai involvement
6b7ccb5
raw
history blame
300 Bytes
# Core OAuth Gmail MCP Server Dependencies
gradio
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