Skip to content
Snippets Groups Projects
Commit 730ed55e authored by jkerdreu's avatar jkerdreu
Browse files

Fix dep


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3215 b32b6428-25c9-4566-ad07-03861ab6144f
parent b8ecc651
Branches
No related tags found
No related merge requests found
[project] [project]
name = "xaal.dashboard" name = "xaal.dashboard"
version = "0.3" version = "0.4"
description = "xAAL Dashboard" description = "xAAL Dashboard"
readme = "README.rst" readme = "README.rst"
authors = [ authors = [
...@@ -11,6 +11,8 @@ classifiers = ["Programming Language :: Python", "Topic :: Home Automation"] ...@@ -11,6 +11,8 @@ classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "socketio", "html", "dashboard"] keywords = ["xaal", "socketio", "html", "dashboard"]
dependencies = [ dependencies = [
"xaal.lib", "xaal.lib",
"xaal.monitor",
"python-rapidjson",
"bottle", "bottle",
"gevent", "gevent",
"gevent-websocket", "gevent-websocket",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment