You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The httplib2 dependency is pulled in via oauth2client, but it would be cleaner to not rely on this transitive dependency and instead declare it as part of the dependencies of this project:
Hi! 👋
When upgrading the package for this project on Arch Linux I noticed that the dependency on httplib2 is not declared.
It is used here:
PyDrive2/pydrive2/auth.py
Line 4 in 10a60fc
The httplib2 dependency is pulled in via oauth2client, but it would be cleaner to not rely on this transitive dependency and instead declare it as part of the dependencies of this project:
PyDrive2/setup.py
Lines 38 to 43 in 10a60fc
cc @grawlinson
The text was updated successfully, but these errors were encountered: