From 22da23c3ff83ff5a7c0d14e2d3c4c342752afd3c Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 15 Feb 2024 10:33:13 -0700 Subject: [PATCH] trying the playground exclude again --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55f1e9ba..7f374cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,8 @@ pinecone-client = "*" roboflow = "1.1.4" python-dotenv = "0.19.1" -[tool.poetry.playground.dependencies] +[tool.poetry.extras] +playground = ["streamlit", "requests", "pygame", "speechrecognition", "playsound", "numpy"] streamlit = "0.89.0" requests = "2.26.0" pygame = "2.0.2"