Don't require click>8.1 as this breaks fedora 36 RPM build
parent
254896e133
commit
1948bdfb48
|
@ -24,7 +24,7 @@ sponson = "sponson.cli:main"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
click = "^8.1"
|
||||
click = "^8.0"
|
||||
PyYAML = "^6.0"
|
||||
pydbus = { git = "https://code.lapwing.org/libraries/pydbus.git", branch = "develop" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue