Archived
1
1
Fork 0

sphinx dep: make version amenable

This commit is contained in:
Josh Lay 2023-04-25 21:58:58 -05:00
parent 9c13b0de4c
commit adb00f25e9
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -11,6 +11,10 @@ readme = "README.md"
python = "^3.9"
textual = ">=0.10"
humanfriendly = ">=10.0"
sphinx = "^6.2"
[tool.poetry.dev-dependencies]
sphinx-rtd-theme = ">=1.0.0"
[tool.poetry.scripts]
amdgpu-stats = "amdgpu_stats.interface:tui"