adding uv.toml configurtion required to install the dependencies with the uv.

#51
by iambpn - opened
Files changed (1) hide show
  1. seamless_server/uv.toml +5 -0
seamless_server/uv.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # 2023-era sdists in requirements.txt need build deps modern setuptools no longer provides.
2
+ build-constraint-dependencies = ["setuptools<81"]
3
+
4
+ [extra-build-dependencies]
5
+ parallel-wavegan = ["pip"]