Skip to content

Commit

Permalink
Update required google-api-python-client version
Browse files Browse the repository at this point in the history
I enforce google-api-python-client to be lower than v1.5.0, because
otherwise it is necessary to increase the minimum version of httplib2
to v0.9.1.
  • Loading branch information
molinav committed Mar 14, 2020
1 parent 03db22f commit 5f7f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
install_requires = [
'docopt >= 0.6.0',
'google-api-python-client >= 1.2',
'google-api-python-client >= 1.2, < 1.5.0',
'httplib2 >= 0.8',
'oauth2client >= 1.1',
'python-dateutil >= 1.5',
Expand Down

0 comments on commit 5f7f3f0

Please sign in to comment.