From fc32ceb161c7aed0cc0b86b088c9cf648d7df4af Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 8 Jul 2025 16:29:41 -0500 Subject: [PATCH] installer (update) --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 841c44d..39291f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,14 @@ dependencies = [ "termcolor", "flask-session", "mistune", - "typer","smart-open", - "data-transport[all] @ git+https://github.com/lnyemba/data-transport#egg=data-transport" + "typer","smart-open", "pyncclient", + "data-transport @ git+https://github.com/lnyemba/data-transport#egg=data-transport" ] +[project.optional-dependencies] +nosql = ["data-transport[nosql] @ git+https://github.com/lnyemba/data-transport#egg=data-transport"] +cloud = ["data-transport[cloud] @ git+https://github.com/lnyemba/data-transport#egg=data-transport"] +warehouse = ["data-transport[warehouse] @ git+https://github.com/lnyemba/data-transport#egg=data-transport"] +all = ["data-transport[all] @ git+https://github.com/lnyemba/data-transport#egg=data-transport"] [project.urls] Homepage = "https://healthcareio.the-phi.com/git/code/transport.git"