bug fixes
This commit is contained in:
parent
90ac26e53e
commit
ed5acec472
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ args = {
|
||||||
"license":"MIT",
|
"license":"MIT",
|
||||||
# "packages":["transport","info","transport/sql"]},
|
# "packages":["transport","info","transport/sql"]},
|
||||||
|
|
||||||
"packages": find_packages(include=['info', 'transport.*'])}
|
"packages": find_packages(include=['info','transport', 'transport.*'])}
|
||||||
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
||||||
args["install_requires"] = ['pyncclient','pymongo','sqlalchemy','pandas','typer','pandas-gbq','numpy','cloudant','pika','nzpy','boto3','boto','pyarrow','google-cloud-bigquery','google-cloud-bigquery-storage','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python','numpy']
|
args["install_requires"] = ['pyncclient','pymongo','sqlalchemy','pandas','typer','pandas-gbq','numpy','cloudant','pika','nzpy','boto3','boto','pyarrow','google-cloud-bigquery','google-cloud-bigquery-storage','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python','numpy']
|
||||||
args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
|
args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
|
||||||
|
|
Loading…
Reference in New Issue