Skip to content

Commit

Permalink
fsspec: update to 0.9 (including remotes) (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored Apr 9, 2021
1 parent fed3b2c commit 353e4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ def run(self):
"python-benedict>=0.21.1",
"pyparsing==2.4.7",
"typing_extensions>=3.7.4",
"fsspec==0.8.7",
"fsspec==0.9.0",
"diskcache>=5.2.1",
]


# Extra dependencies for remote integrations

gs = ["gcsfs==0.7.2"]
gs = ["gcsfs==0.8.0"]
gdrive = ["pydrive2>=1.8.1", "six >= 1.13.0"]
s3 = ["boto3>=1.9.201"]
azure = ["adlfs==0.7.0", "azure-identity>=1.4.0", "knack"]
azure = ["adlfs==0.7.1", "azure-identity>=1.4.0", "knack"]
# https://github.com/Legrandin/pycryptodome/issues/465
oss = ["oss2==2.6.1", "pycryptodome>=3.10"]
ssh = ["paramiko[invoke]>=2.7.0"]
Expand Down

0 comments on commit 353e4cf

Please sign in to comment.