We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d528e5 commit 4bb5051Copy full SHA for 4bb5051
requirements.txt
@@ -1 +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
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='fleet',
5
6
- version='0.1.1',
+ version='0.1.2',
7
8
description='A python client for the fleet v1 API',
9
@@ -36,10 +36,7 @@
36
37
packages=find_packages(),
38
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'],
+ install_requires=['google-api-python-client>=1.4.0'],
43
44
test_suite='fleet.v1.tests'
45
0 commit comments