# Microsoft To Do Sync Dependencies
# These are the minimum required versions for this skill to function properly
# For reproducible builds, consider using 'pip freeze' or 'uv lock' to generate exact versions

# Microsoft Authentication Library (MSAL) - for Azure AD authentication
msal>=1.34.0

# HTTP library for API requests
requests>=2.32.5
