fix: restore requests package for google-auth transport

google.auth.transport.requests requires requests — removed it incorrectly
during Clerk cleanup since requests is also a google-auth runtime dependency.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 01:35:28 +05:30
parent e0a491e8cb
commit ca24a4cb23

View File

@@ -8,3 +8,4 @@ django-extensions==3.2.3
psycopg2-binary==2.9.9 psycopg2-binary==2.9.9
djangorestframework-simplejwt==5.3.1 djangorestframework-simplejwt==5.3.1
google-auth>=2.0.0 google-auth>=2.0.0
requests>=2.28.0