Browse Source

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

Stardust·减 10 tháng trước cách đây
mục cha
commit
a980b9efcf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]