Skip to content

Commit

Permalink
Add version top limit for httplib2
Browse files Browse the repository at this point in the history
This needs to be done because google-api-python-client is incompatible
with any version of httplib2 greater than 0.15.0.
  • Loading branch information
molinav committed Mar 14, 2020
1 parent 27d25e0 commit dfc67c9
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 @@ -33,7 +33,7 @@
install_requires = [
'docopt >= 0.6.0',
'google-api-python-client >= 1.2, < 1.5.0',
'httplib2 >= 0.8',
'httplib2 >= 0.8, < 0.16.0',
'oauth2client >= 1.1, < 4.0.0',
'python-dateutil >= 1.5',
'python-gflags >= 2.0',
Expand Down

0 comments on commit dfc67c9

Please sign in to comment.