Skip to content

Commit

Permalink
setup: update pydrive2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jan 24, 2020
1 parent 1bc39e7 commit 2f1224b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ def run(self):
# Extra dependencies for remote integrations

gs = ["google-cloud-storage==1.19.0"]
# google-api-python-client is internal dependency of pydrive. After merge of
# https://github.com/gsuitedevs/PyDrive/pull/180 into pydrive's master,
# usage of google-api-python-client can be removed from DVC.
gdrive = ["pydrive2>=1.4.0", "google-api-python-client>=1.2"]
gdrive = ["pydrive2>=1.4.1"]
s3 = ["boto3>=1.9.201"]
azure = ["azure-storage-blob==2.1.0"]
oss = ["oss2==2.6.1"]
Expand Down

0 comments on commit 2f1224b

Please sign in to comment.