From adb00f25e98e1883c6b259d0c24bc662fde44085 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 21:58:58 -0500 Subject: [PATCH] sphinx dep: make version amenable --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b07472c..fdbb7a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"