installer (update)

v2.2
Steve Nyemba 6 days ago
parent f9bbd31866
commit fc32ceb161

@ -22,9 +22,14 @@ dependencies = [
"termcolor", "termcolor",
"flask-session", "flask-session",
"mistune", "mistune",
"typer","smart-open", "typer","smart-open", "pyncclient",
"data-transport[all] @ git+https://github.com/lnyemba/data-transport#egg=data-transport" "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] [project.urls]
Homepage = "https://healthcareio.the-phi.com/git/code/transport.git" Homepage = "https://healthcareio.the-phi.com/git/code/transport.git"

Loading…
Cancel
Save