dvc: update optional dependencies

This commit is contained in:
Fabian Affolter
2022-07-04 20:16:02 +02:00
parent 8befefd1a7
commit e5cded3294
@@ -98,12 +98,18 @@ buildPythonApplication rec {
zc_lockfile
] ++ lib.optional enableGoogle [
google-cloud-storage
gcsfs
] ++ lib.optional enableAWS [
aiobotocore
boto3
s3fs
] ++ lib.optional enableAzure [
azure-storage-blob
# adlfs
azure-identity
knack
] ++ lib.optional enableSSH [
paramiko
bcrypt
sshfs
] ++ lib.optionals (pythonOlder "3.8") [
importlib-metadata
] ++ lib.optionals (pythonOlder "3.9") [