From def3eeb0710a7a5ce69452b6f86159f711fec238 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 15 Feb 2024 10:26:22 -0700 Subject: [PATCH] added playground dependency group so you can poetry install --without playground --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5c48ee5a..55f1e9ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,13 @@ pinecone-client = "*" roboflow = "1.1.4" python-dotenv = "0.19.1" +[tool.poetry.playground.dependencies] +streamlit = "0.89.0" +requests = "2.26.0" +pygame = "2.0.2" +speechrecognition = "3.8.1" +playsound = "1.3.0" +numpy = "1.22.0" [tool.poetry.group.lint.dependencies] ruff = ">=0.0.249,<0.1.7"