Browse Source

bug fixes ...

Steve Nyemba 4 năm trước cách đây
mục cha
commit
e9d5b10157
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      setup.py

+ 4 - 4
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