Don't require click>8.1 as this breaks fedora 36 RPM build

develop^2
Sam Black 2022-08-23 17:38:15 +01:00
parent 254896e133
commit 1948bdfb48
Signed by: samwwwblack
GPG Key ID: 0FF0223994EA47D8
1 changed files with 1 additions and 1 deletions

View File

@ -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" }