update version and dependencies

master
Steve Nyemba 3 months ago
parent 964a869058
commit 4beadb3643

@ -1,6 +1,6 @@
import os import os
__app_name__= "smart-logger" __app_name__= "smart-logger"
__version__ = "1.1" __version__ = "1.8"
__author__ = "Steve L. Nyemba, info@the-phi.com" __author__ = "Steve L. Nyemba, info@the-phi.com"
__home__ = os.sep.join([os.environ['HOME'],'.smart-logger']) __home__ = os.sep.join([os.environ['HOME'],'.smart-logger'])
__database__='smart_logs' __database__='smart_logs'

@ -14,7 +14,7 @@ args = {
"packages":["meta","plugins","smart","smart.top","smart.folder","smart.logger","smart.files"] "packages":["meta","plugins","smart","smart.top","smart.folder","smart.logger","smart.files"]
} }
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite'] args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
args["install_requires"] = ['typer','pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git'] args["install_requires"] = ['typer','pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git',"plugin-ix@git+https://dev.the-phi.com/git/library/plugins"]
args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git"
args['scripts'] = ['bin/smart-logger'] args['scripts'] = ['bin/smart-logger']

Loading…
Cancel
Save