Skip to content

Commit

Permalink
fix: bump PyDrive2 to fix Gdrive remote download
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored May 7, 2020
1 parent 6a64f86 commit 7ca055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(self):
# Extra dependencies for remote integrations

gs = ["google-cloud-storage==1.19.0"]
gdrive = ["pydrive2>=1.4.11"]
gdrive = ["pydrive2>=1.4.13"]
s3 = ["boto3>=1.9.201"]
azure = ["azure-storage-blob==2.1.0"]
oss = ["oss2==2.6.1"]
Expand Down

0 comments on commit 7ca055e

Please sign in to comment.