diff --git a/devices/protocols/Yeelight/pyproject.toml b/devices/protocols/Yeelight/pyproject.toml index a1033ecb9aaa78e236966cfe8cb156241c2d02d3..9c9e4ce249fe09e7eeb53fca7d571a90a594d6fb 100644 --- a/devices/protocols/Yeelight/pyproject.toml +++ b/devices/protocols/Yeelight/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xaal.yeelight" -version = "0.1" +version = "0.2" description = "xAAL devices for Xiaomi / Aqara" readme = "README.rst" authors = [ @@ -12,7 +12,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] keywords = ["xaal", "aqara"] -dependencies = ["xaal.lib", "gevent", "yeelight", "decorator"] +dependencies = ["xaal.lib", "xaal.schemas", "gevent", "yeelight", "decorator"] [tool.setuptools.packages.find]