Archived
1
1
Fork 0

Merge pull request #15 from joshlay/remove_extraneous_rtd_provided_deps

pyproject: remove extraneous deps handled by RTD
This commit is contained in:
Josh Lay 2023-04-25 23:05:54 -05:00 committed by GitHub
commit 2b10224136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"