From 5902a45154dfb0dba70bb54bdceb77a47e57b966 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 11 Dec 2020 12:23:44 -0600 Subject: [PATCH] bug fixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c9fb86..cebbf98 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ args = { "packages":find_packages(), "keywords":["healthcare","edi","x12","analytics","835","837","data","transport","protocol"] } -args["install_requires"] = ['seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open'] +args["install_requires"] = ['flask-socketio','seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open','https://dev.the-phi.com/git/steve/monitor.git@data-collector'] args['url'] = 'https://hiplab.mc.vanderbilt.edu' args['scripts']= ['healthcareio/healthcare-io.py'] # args['entry_points'] = {