Skip to content

Commit

Permalink
Updated requires / dependencies to point at >=1.4.0 of google-api-pyt…
Browse files Browse the repository at this point in the history
…hon-client from PyPI which has python 3 support; bumped version to 0.1.2
  • Loading branch information
cnelson committed Mar 11, 2015
1 parent 5d528e5 commit 4bb5051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/pferate/google-api-python-client/zipball/python3-module_updates#egg=google-api-python-client-1.3.2
google-api-python-client>=1.4.0
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='fleet',

version='0.1.1',
version='0.1.2',

description='A python client for the fleet v1 API',

Expand Down Expand Up @@ -36,10 +36,7 @@

packages=find_packages(),

install_requires=['google-api-python-client==1.3.2'],

dependency_links=['https://github.com/pferate/google-api-python-client/zipball/'
'python3-module_updates#egg=google-api-python-client-1.3.2'],
install_requires=['google-api-python-client>=1.4.0'],

test_suite='fleet.v1.tests'

Expand Down

0 comments on commit 4bb5051

Please sign in to comment.