From 339f618f26db36f0afc9aaeeeb7b05cca7a225e0 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 10 Nov 2020 14:29:02 -0600 Subject: [PATCH] bug fix: dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66d47d7..ae3abf7 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',"git+https://dev.the-phi.com/git/steve/data-transport"] +args["install_requires"] = ['pandas','numpy','requests','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git'] args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" # #@TODO: