This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Description
In setup.py
install_requires=[
"certifi",
],
This causes errors when using the requests library to access https://storage.googleapis.com
requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Even though not directly your bug, having this as a requirement in your setup messes up the environment so I think you should consider solving this as well.