From 891a81cd8d2fcbbd3c1d764afe725f0d22898cbe Mon Sep 17 00:00:00 2001 From: Hiroto N Date: Sun, 8 Oct 2023 19:31:39 +0900 Subject: [PATCH] deps: add av lib (#1391) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fd67580..6a91a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ uvicorn = "^0.21.1" colorama = "^0.4.6" torchcrepe = "0.0.20" python-dotenv = "^1.0.0" +av = "^10.0.0" [tool.poetry.dev-dependencies]