|
|
@@ -57,7 +57,6 @@ dependencies = [
|
|
|
"pymupdf==1.26.3",
|
|
|
"pypdf==6.10.2",
|
|
|
"pydub==0.25.1",
|
|
|
- "pysilk==0.0.1",
|
|
|
"gunicorn==23.0.0",
|
|
|
"python-daemon==3.1.2",
|
|
|
"websockets==15.0.1",
|
|
|
@@ -88,4 +87,7 @@ torch = [
|
|
|
|
|
|
[build-system]
|
|
|
requires = ["hatchling"]
|
|
|
-build-backend = "hatchling.build"
|
|
|
+build-backend = "hatchling.build"
|
|
|
+
|
|
|
+[tool.hatch.build.targets.wheel]
|
|
|
+packages = ["apps"]
|