Archived
1
1
Fork 0

reflect textual v0.16.0 requirement

This commit is contained in:
Josh Lay 2023-05-02 19:31:45 -05:00
parent 8c23d8acec
commit 6a5b1e5f57
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -1,2 +1,2 @@
textual==0.10.* textual>=0.16.0
humanfriendly==10.0 humanfriendly==10.0