From 03cda3fb47731d1b74d0d8c47ef53acf92b92114 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 1 Mar 2021 12:12:01 -0600 Subject: [PATCH] bug fix:setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc8eeef..1058f67 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://healthcareio.the-phi.com/git/code/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" args['scripts'] = ['bin/smart-top'] # args['entry_point'] = {'console-scripts':['smart-top=smart-top:main']}