From e9d5b101576856493ac29d8fbb3d5e7de5ee8cbc Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 20 Aug 2020 23:52:34 -0500 Subject: [PATCH] bug fixes ... --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8f5d5ec..c0996d4 100644 --- a/setup.py +++ b/setup.py @@ -8,16 +8,16 @@ import sys def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() args = { - "name":"parse-edi","version":"1.0.2", + "name":"healthcareio","version":"1.2.0", "author":"Vanderbilt University Medical Center", "author_email":"steve.l.nyemba@vumc.org", "license":"MIT", - "packages":["edi"], + "packages":["healthcareio"], "keywords":["healthcare","edi","x12","analytics","835","837","data","transport","protocol"] } -args["install_requires"] = ['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"] = ['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['url'] = 'https://hiplab.mc.vanderbilt.edu' -# args['scripts']= ['bin/parse-claims'] +# args['scripts']= ['healthcareio/healthcareio'] if sys.version_info[0] == 2 : args['use_2to3'] = False