From e94eab727e01646c6a2a7652adb627f1261eb051 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Tue, 12 Dec 2023 18:11:18 +0000 Subject: [PATCH] Update 'setup.py' --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6aa169c..b988439 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,9 @@ args = { "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://github.com/lnyemba/data-transport.git'] +# args["install_requires"] = ['pandas','numpy','requests','git+https://github.com/lnyemba/data-transport.git'] +args["install_requires"] = ['pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git'] + args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" args['scripts'] = ['bin/smart-logger'] # args['entry_point'] = {'console-scripts':['smart-top=smart-top:main']}