Files
motia/bitbylaw/requirements.txt
root 48ce8d8e73 Add exponential backoff for Google API calls
- Use backoff library with 5s base, max 5 tries for HttpError 429/5xx
- Decorate Google functions: ensure_calendar, fetch_events, create/update/delete events
- Add backoff to requirements.txt
2025-10-23 12:49:45 +00:00

9 lines
111 B
Plaintext

pydantic>=2.6.1
httpx>=0.28.1
aiohttp
requests
redis
python-dotenv
google-api-python-client
google-auth
backoff