Update deps
This commit is contained in:
@@ -7,9 +7,9 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
paho-mqtt = "^2.1.0"
|
||||
typer-slim = "^0.12.3"
|
||||
python = ">=3.11"
|
||||
paho-mqtt = ">=2.1.0"
|
||||
typer-slim = ">=0.12.3"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
huecli = "huecli.__main__:main"
|
||||
|
Reference in New Issue
Block a user