Skip to content

Commit

Permalink
setup: rollback pydrive dep
Browse files Browse the repository at this point in the history
pypi doesn't allow direct github deps https://travis-ci.com/iterative/dvc/jobs/275282583
  • Loading branch information
efiop authored Jan 14, 2020
1 parent 58cc31c commit ebb0243
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):
# 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 = [
"pydrive @ git+https://github.com/gsuitedevs/PyDrive@master#egg=pydrive",
"google-api-python-client>=1.2",
]
gdrive = ["pydrive>=1.3.1, "google-api-python-client>=1.2"]
s3 = ["boto3>=1.9.201"]
azure = ["azure-storage-blob==2.1.0"]
oss = ["oss2==2.6.1"]
Expand Down

0 comments on commit ebb0243

Please sign in to comment.