Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`import gspread` statement caused requests packaged to be imported before dependency could be installed. Sole purpose of import was to extract the __version__ string field on the module. Solution is to use a regex to read the version string from __init__.py Fixes burnash#317
- Loading branch information