diff --git a/setup.py b/setup.py index b988439..556ecc9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ args = { "packages":["smart","smart.top","smart.folder","smart.logger"] } args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite'] -# args["install_requires"] = ['pandas','numpy','requests','git+https://github.com/lnyemba/data-transport.git'] args["install_requires"] = ['pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git'] args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" diff --git a/smart/__init__.py b/smart/__init__.py index b8ebde7..b3426e3 100755 --- a/smart/__init__.py +++ b/smart/__init__.py @@ -9,14 +9,14 @@ dependencies : data-transport pip install git+https://dev.the-phi.com/git/steve/data-transport.git """ import smart -import smart.top -import smart.folder -import smart.top -import smart.logger -import smart.files +# import smart.top +# import smart.folder +# import smart.top +# import smart.logger +# import smart.files import uuid import typer -import smart.info +# import smart.info import json import os import transport