From 1d35cbcf5dcf8397d5ecbadfef39f1b736a7c653 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 15:27:05 -0600 Subject: [PATCH] adding dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 556ecc9..96860f3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ args = { "packages":["smart","smart.top","smart.folder","smart.logger"] } args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite'] -args["install_requires"] = ['pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git'] +args["install_requires"] = ['typer','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']