updated dependency versions

This commit is contained in:
2025-03-05 11:06:56 +01:00
parent bed3fe62aa
commit ef31bad844
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
a = Analysis(
['cpu_governor_auto_adjust.py'],
['cpu_governor_auto_adjust/cpu_governor_auto_adjust.py'],
pathex=[],
binaries=[],
datas=[],
+4 -4
View File
@@ -9,10 +9,10 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"xmltodict",
"lxml",
"roonapi",
"cpufreq"
"xmltodict~=0.12",
"lxml~=0.5",
"roonapi~=0.1",
"cpufreq~=0.3"
]
[project.optional-dependencies]