From 67e6bdf2ae7ba0cedf322deaeeb2ca35ad2a11f9 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Dec 2020 09:10:40 +0000 Subject: [PATCH] redirecting to healthcareio (transport dependency) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c794e24..636a3ae 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ args = { "license":"MIT", "packages":["smart","smart.top","smart.folder","smart.logger"]} args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite'] -args["install_requires"] = ['pandas','numpy','requests','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git'] +args["install_requires"] = ['pandas','numpy','requests','data-transport@git+https://healthcareio.the-phi.com/git/code/transport.git'] args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" # #@TODO: