mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-21 12:45:03 +02:00
Changed python version requirement to >=3.9 to fix error: pygobject requires Python <4.0,>=3.9, so it will not be satisfied for Python >=3.8,<3.9 Changes to be committed: modified: poetry.lock modified: pyproject.toml
This commit is contained in:
parent
8f026ac649
commit
af5fb382e1
1593
poetry.lock
generated
1593
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,14 +21,15 @@ packages = [
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = ">=3.9, <4.0"
|
||||
psutil = ">=6.0.0,<8.0.0"
|
||||
click = "^8.1.0"
|
||||
distro = "^1.8.0"
|
||||
requests = "^2.32.3"
|
||||
PyGObject = "3.50.0"
|
||||
PyGObject = {version="3.50.0", optional=true}
|
||||
urwid = "^2.6.16"
|
||||
pyinotify = {git = "https://github.com/shadeyg56/pyinotify-3.12"}
|
||||
pyasyncore = "^1.0.4"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
poetry = "^1.6.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user