Skip to content

Commit ff828af

Browse files
committed
Upgrade to httplib2 version 0.7.7.
Reviewed in https://codereview.appspot.com/6849064/.
1 parent f1ba7f1 commit ff828af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727

2828
install_requires = [
29-
'httplib2>=0.7.6',
29+
'httplib2>=0.7.7',
3030
'python-gflags',
3131
]
3232

setup_oauth2client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

2626
install_requires = [
27-
'httplib2>=0.7.6',
27+
'httplib2>=0.7.7',
2828
'python-gflags',
2929
]
3030

0 commit comments

Comments
 (0)