Skip to content

Commit

Permalink
Merge pull request #56 from iterative/skshetry-patch-1
Browse files Browse the repository at this point in the history
bump google-api-python-client version to the latest
  • Loading branch information
efiop committed Sep 15, 2020
2 parents 57e9d43 + 3362710 commit eedaadf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
description="Google Drive API made easy. Maintained fork of PyDrive.",
long_description=open("README.rst").read(),
install_requires=[
"google-api-python-client >= 1.7.12",
"google-api-python-client >= 1.12.1",
"six >= 1.13.0",
"oauth2client >= 4.0.0",
"PyYAML >= 3.0",
"pyOpenSSL >= 19.1.0",
Expand Down

0 comments on commit eedaadf

Please sign in to comment.