From b0141f550ec202685d7ef8d37ad8719246cb5c8c Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Fri, 12 Apr 2024 14:06:23 +0200 Subject: [PATCH] Fix dep names --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc45534..b314201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Utility functions and scripts to watch for new files on local or authors = [ { name = "Martin Raspaud", email = "martin.raspaud@smhi.se" } ] -dependencies = ["posttroll", "universal-path", "watchdog"] +dependencies = ["posttroll", "universal-pathlib", "watchdog", "minio"] readme = "README.md" requires-python = ">= 3.11" license = {file = "LICENSE.txt"}