setup bug fix ...

This commit is contained in:
Steve Nyemba 2020-08-21 00:11:26 -05:00
parent 1be2996e9c
commit 691e6599b7
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ import sys
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
args = {
"name":"healthcareio","version":"1.2.0",
"name":"healthcareio","version":"1.2.1",
"author":"Vanderbilt University Medical Center",
"author_email":"steve.l.nyemba@vumc.org",
"license":"MIT",
"packages":["healthcareio"],
"packages":find_packages("healthcareio"),
"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']