reflect textual v0.16.0 requirement
This commit is contained in:
parent
8c23d8acec
commit
6a5b1e5f57
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ documentation = "https://amdgpu-stats.readthedocs.io/en/latest/"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
textual = ">=0.11"
|
textual = ">=0.16.0"
|
||||||
humanfriendly = ">=10.0"
|
humanfriendly = ">=10.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
textual==0.10.*
|
textual>=0.16.0
|
||||||
humanfriendly==10.0
|
humanfriendly==10.0
|
||||||
|
|
Reference in a new issue