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"}