installation packages added and windows runner

pull/44/head
Steve Nyemba 2 months ago
parent b1b8061ae3
commit ae0c6e596a

@ -55,13 +55,13 @@ def _icode(_path,_root):
:path location of the project
"""
_code = """
import cms
#
# register this in config.plugins: {"demo":["info"]}
import cms
#
# register this in config.plugins: {"demo":["info"]}
@cms.plugins(mimetype='application/json') :
def info (**_args):
@cms.plugins(mimetype='application/json') :
def info (**_args):
_request= _args['request']
_config = _args['config']
return {"version":_config['system']['version'],'title':_config['layout']['header']['title']}

@ -21,7 +21,8 @@ dependencies = [
"gitpython",
"termcolor",
"flask-session",
"mistune",
"mistune","git+https://github.com/lnyemba/plugins-ix",
"numpy","pandas",
"typer","smart-open", "pyncclient"
]
[project.optional-dependencies]

Loading…
Cancel
Save