This package has dependencies on at least 3 other packages that are not declared as dependencies in setup.py. Please add them to the install_requires or extras_require section of the setup.py file. See the setuptools user guide for more information.
|
from pydrive.auth import GoogleAuth |
|
from pydrive.drive import GoogleDrive |
|
from google.colab import auth |
|
from oauth2client.client import GoogleCredentials |
This package has dependencies on at least 3 other packages that are not declared as dependencies in setup.py. Please add them to the
install_requiresorextras_requiresection of the setup.py file. See the setuptools user guide for more information.safegraph_py/safegraph_py_functions/cbg_functions.py
Lines 10 to 13 in 6941a2e