bug fix: imports

master
Steve Nyemba 10 months ago
parent 504ca67cc0
commit df890f0147

@ -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"

@ -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

Loading…
Cancel
Save