From 60d6406d5c0cceb055bf24d4b3e7f4fc148308e6 Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 14 Aug 2023 20:34:36 +0900 Subject: [PATCH] Add boto3 to readthedocs deps --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6be5efcb..d9c0082c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dynamic = ["version"] [project.optional-dependencies] docs = [ + "boto3", "streamlit", "sphinx", "sphinx_rtd_theme",