updated dependency versions
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
a = Analysis(
|
a = Analysis(
|
||||||
['cpu_governor_auto_adjust.py'],
|
['cpu_governor_auto_adjust/cpu_governor_auto_adjust.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
|
|||||||
+4
-4
@@ -9,10 +9,10 @@ license = { file = "LICENSE" }
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"xmltodict",
|
"xmltodict~=0.12",
|
||||||
"lxml",
|
"lxml~=0.5",
|
||||||
"roonapi",
|
"roonapi~=0.1",
|
||||||
"cpufreq"
|
"cpufreq~=0.3"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user