WIP
This commit is contained in:
@@ -16,4 +16,18 @@ setup(
|
||||
"pyyaml>=6.0",
|
||||
"thefuzz>=0.20.0",
|
||||
],
|
||||
extras_require={
|
||||
"azure": [
|
||||
"azure-storage-blob>=12.19.0",
|
||||
"azure-identity>=1.15.0",
|
||||
],
|
||||
"s3": [
|
||||
"boto3>=1.34.0",
|
||||
],
|
||||
"all": [
|
||||
"azure-storage-blob>=12.19.0",
|
||||
"azure-identity>=1.15.0",
|
||||
"boto3>=1.34.0",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user