MailQuery / requirements.txt
Da-123's picture
deployed google auth
1b36342
raw
history blame contribute delete
314 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
uvicorn
# MCP server support
mcp
# Email processing
email-validator
beautifulsoup4
html2text
# Development (optional)
pytest
black