Browse Source

Update pyproject.toml, add audiotools req (#997)

Stardust·减 10 months ago
parent
commit
a980b9efcf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pyproject.toml

+ 2 - 1
pyproject.toml

@@ -45,7 +45,8 @@ dependencies = [
     "tiktoken>=0.8.0",
     "pydantic==2.9.2",
     "cachetools",
-    "descript-audio-codec"
+    "descript-audio-codec",
+    "descript-audiotools"
 ]
 
 [project.optional-dependencies]