Skip to content

Commit

Permalink
Bump google dependencies for better Python 3 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
debrouwere committed Nov 16, 2015
1 parent 118338e commit 886f139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author_email='[email protected]',
url='https://github.com/debrouwere/google-analytics/',
download_url='http://www.github.com/debrouwere/google-analytics/tarball/master',
version='0.22.0',
version='0.22.1',
license='ISC',
packages=find_packages(),
keywords='data analytics api wrapper google',
Expand All @@ -16,8 +16,8 @@
],
include_package_data=True,
install_requires=[
'oauth2client>=1.4.6',
'google-api-python-client==1.4',
'oauth2client>=1.5',
'google-api-python-client>=1.4.2',
'python-dateutil',
'addressable>=1.4.2',
'inspect-it>=0.3.2',
Expand Down

0 comments on commit 886f139

Please sign in to comment.