|
|
|
@ -8,14 +8,15 @@ import sys
|
|
|
|
|
def read(fname):
|
|
|
|
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
|
|
|
|
args = {
|
|
|
|
|
"name":"healthcareio","version":"1.4.4",
|
|
|
|
|
"name":"healthcareio","version":"1.4.6",
|
|
|
|
|
"author":"Vanderbilt University Medical Center",
|
|
|
|
|
"author_email":"steve.l.nyemba@vumc.org",
|
|
|
|
|
"include_package_data":True,
|
|
|
|
|
"license":"MIT",
|
|
|
|
|
"packages":find_packages(),
|
|
|
|
|
"keywords":["healthcare","edi","x12","analytics","835","837","data","transport","protocol"]
|
|
|
|
|
}
|
|
|
|
|
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','smart-top@git+https://dev.the-phi.com/git/steve/monitor.git@data-collector']
|
|
|
|
|
args["install_requires"] = ['flask-socketio','seaborn','jinja2','jsonmerge', 'weasyprint','data-transport@git+https://healthcareio.the-phi.com/git/code/transport.git','pymongo','numpy','cloudant','pika','boto','botocore','flask-session','smart_open','smart-top@git+https://healthcareio.the-phi.com/git/code/smart-top.git@data-collector']
|
|
|
|
|
args['url'] = 'https://hiplab.mc.vanderbilt.edu'
|
|
|
|
|
args['scripts']= ['healthcareio/healthcare-io.py']
|
|
|
|
|
# args['entry_points'] = {
|
|
|
|
|