Skip to content
Snippets Groups Projects
Commit d67be14f authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix missing dep from pyowm

parent 30bd0dea
No related branches found
No related tags found
No related merge requests found
[project]
name = "xaal.owm"
version = "0.2"
version = "0.3"
description = "xAAL devices for OpenWeather Map"
readme = "README.rst"
authors = [
......@@ -12,7 +12,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "own", "weather"]
dependencies = ["xaal.lib", "xaal.schemas", "pyowm==2.10.0"]
dependencies = ["xaal.lib", "xaal.schemas", "pyowm==2.10.0", "setuptools"]
[tool.setuptools.packages.find]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment