Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httplib2 is a direct dependency but is not added as one #336

Open
dvzrv opened this issue Mar 12, 2024 · 0 comments
Open

httplib2 is a direct dependency but is not added as one #336

dvzrv opened this issue Mar 12, 2024 · 0 comments

Comments

@dvzrv
Copy link

dvzrv commented Mar 12, 2024

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:

import httplib2

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

install_requires=[
"google-api-python-client >= 1.12.5",
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
"pyOpenSSL >= 19.1.0",
],

cc @grawlinson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant