From 937d23f84f0e5a3c2dc3b8e2586a2436794ea4e5 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 23:05:29 -0500 Subject: [PATCH] pyproject: remove extraneous deps handled by RTD --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11545f7..47f5a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"