From 3502c3aef13a47f14182d6f09e1104e6723bd726 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 1 Sep 2023 12:26:57 +0200 Subject: Explicitly depend on sphinx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e6ca72f..5c289f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,9 @@ classifiers = [ "Programming Language :: Python :: 3", ] dynamic = ["version"] +dependencies = [ + "sphinx", +] [project.urls] Homepage = "https://gitweb.gentoo.org/proj/tyrian-sphinx-theme.git" -- cgit v1.2.3-65-gdbad