From a2ce73d5e95a225ded834bc7e725fc18d1bc471e Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Thu, 6 Jul 2023 07:36:54 -0600 Subject: [PATCH] Fix project dependencies --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 991a8c3d..664de9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,11 @@ classifiers = [ dependencies = [ "docutils", - # Keep in sync with Furo's constraint. + # Keep these in sync with Furo's constraint. "sphinx>=6.0", + "sphinx-basic-ng", + "beautifulsoup4", + "pygments >= 2.7", # Remove jQuery once we get rid of the Pytorch theme. "sphinxcontrib-jquery", ]