From 4243e57e3bec5fccbc949eac4551e4bd3090741c Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Fri, 22 Nov 2024 16:41:19 +0100 Subject: [PATCH] Cleanup in the build system Signed-off-by: Adam.Dybbroe --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c767aa..e811c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,7 @@ compare_scheds = "trollsched.compare:run" "Documentation" = "https://pytroll-schedule.readthedocs.io/en/latest/" [project.optional-dependencies] -minio = ["minio", "s3fs"] -local = ["watchdog"] -publishing = ["posttroll"] -ssh = ["paramiko"] -dataspace = ["oauthlib", "requests_oauthlib", "s3fs"] -datastore = ["oauthlib", "requests_oauthlib"] -dhus = ["defusedxml"] -selector = ["redis"] +doc = ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-apidoc"] [build-system] requires = ["hatchling", "hatch-vcs"]