Archived
1
1
Fork 0

pyproject: remove extraneous deps handled by RTD

This commit is contained in:
Josh Lay 2023-04-25 23:05:29 -05:00
parent 4956e2435d
commit 937d23f84f
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

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