Skip to content

Commit 4bb5051

Browse files
committed
Updated requires / dependencies to point at >=1.4.0 of google-api-python-client from PyPI which has python 3 support; bumped version to 0.1.2
1 parent 5d528e5 commit 4bb5051

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/pferate/google-api-python-client/zipball/python3-module_updates#egg=google-api-python-client-1.3.2
1+
google-api-python-client>=1.4.0

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='fleet',
55

6-
version='0.1.1',
6+
version='0.1.2',
77

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

@@ -36,10 +36,7 @@
3636

3737
packages=find_packages(),
3838

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

4441
test_suite='fleet.v1.tests'
4542

0 commit comments

Comments
 (0)