Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 76a0ce5

Browse files
authored
Upgrading httplib2 to version 0.10.3. (#365)
The 0.9.2 version does not work with Python 3.
1 parent 2211f1b commit 76a0ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
'google-api-python-client==1.5.1',
8787
'seaborn==0.7.0',
8888
'plotly==1.12.5',
89-
'httplib2==0.9.2',
89+
'httplib2==0.10.3',
9090
'oauth2client==2.2.0',
9191
'pandas>=0.17.1',
9292
'pandas-profiling>=1.0.0a2',

0 commit comments

Comments
 (0)