Skip to content

Commit

Permalink
gdrive: bump pydrive2 version to fix large file uploads (iterative#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Apr 5, 2020
1 parent 7b1dbd6 commit 1b8e072
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 @@ -88,7 +88,7 @@ def run(self):
# Extra dependencies for remote integrations

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

0 comments on commit 1b8e072

Please sign in to comment.