From fefc4c98de403edc6a9b9d9a0a9dd859797c16ec Mon Sep 17 00:00:00 2001 From: afernand Date: Wed, 11 Jun 2025 13:20:04 +0200 Subject: [PATCH] fix: Add optional installations --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 200c3109..e90f9bb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,18 @@ classifiers = [ dependencies = [] [project.optional-dependencies] +all = [ + "ansys-tools-visualization-tool>=0.9.2", + "ansys-tools-filetransfer>=0.1.1", +] + +graphics = [ + "ansys-tools-visualization-tool>=0.9.2", +] + +filetransfer = [ + "ansys-tools-filetransfer>=0.1.1", +] tests = [ "pytest==8.4.0",