Merge pull request #15 from joshlay/remove_extraneous_rtd_provided_deps
pyproject: remove extraneous deps handled by RTD
This commit is contained in:
commit
2b10224136
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ readme = "README.md"
|
|||
python = "^3.9"
|
||||
textual = ">=0.10"
|
||||
humanfriendly = ">=10.0"
|
||||
sphinx = "^5.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
sphinx-rtd-theme = "^1.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
amdgpu-stats = "amdgpu_stats.interface:tui"
|
||||
|
|
Reference in a new issue