updated dependency versions
This commit is contained in:
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user