added optional group minio

This commit is contained in:
Brian Bjarke Jensen
2025-09-15 00:43:20 +02:00
parent 2eafd73743
commit 93fffe14e2
2 changed files with 99 additions and 2 deletions
+3
View File
@@ -22,6 +22,9 @@ dependencies = [
redis = [
"redis>=6.4.0",
]
minio = [
"minio>=7.2.16",
]
[tool.uv.sources]
python-utils = { index = "gitea" }