From 54d4b51de8c57d0eb88febc1a4c1fccdde76de68 Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Wed, 16 Aug 2023 22:54:32 +0900 Subject: [PATCH] Fix error --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b4913db..0555f701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,13 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] +docs = [ + "boto3", + "streamlit", + "sphinx", + "sphinx_rtd_theme", +] + test = [ "coverage", "pytest", @@ -45,13 +52,6 @@ optional = [ "boto3", ] -[project.optional-dependencies] -docs = [ - "boto3", - "streamlit", - "sphinx", - "sphinx_rtd_theme", -] [project.scripts] optuna-dashboard = "optuna_dashboard._cli:main"