Skip to content

Commit 3362710

Browse files
committed
bump google-api-python-client version to the latest
There was a recent release 1.12.0 which broke because of its dependency with `six`, and there has been another patch update `1.12.1` which fixes that. I could have just forbidden `1.12.0`, but didn't trust other versions and tried to just use the latest version.
1 parent 57e9d43 commit 3362710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
description="Google Drive API made easy. Maintained fork of PyDrive.",
2727
long_description=open("README.rst").read(),
2828
install_requires=[
29-
"google-api-python-client >= 1.7.12",
29+
"google-api-python-client >= 1.12.1",
30+
"six >= 1.13.0",
3031
"oauth2client >= 4.0.0",
3132
"PyYAML >= 3.0",
3233
"pyOpenSSL >= 19.1.0",

0 commit comments

Comments
 (0)