add setuptools
to dependencies
#740
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
If you import this library in an isolated environment, it will fail with
ModuleNotFoundError: No module named 'pkg_resources'
due to the line referenced below. Whilesetuptools
is a commonly installed alongside Python, it's not a core module, and should be listed as a dependency so that package managers (e.g. pipenv, poetry, pdm) will pick up on it and install it.python-storage/google/cloud/storage/_http.py
Line 19 in a8fcebb
The text was updated successfully, but these errors were encountered: