From f1100c8b9eda51e7c242d6153b04946517080f3c Mon Sep 17 00:00:00 2001 From: matthew Date: Fri, 18 Mar 2022 09:31:05 -0700 Subject: [PATCH] future cannot install without setuptools Signed-off-by: matthew --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index c5e7e301..0f06b13f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ sphinx==3.2.1 sphinx_bootstrap_theme==0.7.1 +setuptools==0.18.2