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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user