Skip to content

Commit eedaadf

Browse files
authored
Merge pull request #56 from iterative/skshetry-patch-1
bump google-api-python-client version to the latest
2 parents 57e9d43 + 3362710 commit eedaadf

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)