diff --git a/pyproject.toml b/pyproject.toml index 7f374cea..1f58d674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,12 +77,7 @@ python-dotenv = "0.19.1" [tool.poetry.extras] playground = ["streamlit", "requests", "pygame", "speechrecognition", "playsound", "numpy"] -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"