From df890f01476b77332ca69396a65179f857a8195b Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 12:20:18 -0600 Subject: [PATCH] bug fix: imports --- setup.py | 1 - smart/__init__.py | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) 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