Skip to content

Commit 2f1224b

Browse files
authored
setup: update pydrive2 version
1 parent 1bc39e7 commit 2f1224b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ def run(self):
8484
# Extra dependencies for remote integrations
8585

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

0 commit comments

Comments
 (0)