You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 597 B

10 months ago
10 months ago
10 months ago
123456789101112131415161718192021222324252627
  1. [project]
  2. name = "dora-gradio"
  3. version = "0.2.0"
  4. authors = [{ name = "Shashwat Patil", email = "email@email.com" }]
  5. description = "dora-gradio"
  6. license = { text = "MIT" }
  7. readme = "README.md"
  8. requires-python = ">=3.10"
  9. dependencies = [
  10. "dora-rs >= 0.3.9",
  11. "gradio >= 5.3.0",
  12. "pyarrow >= 14.0.1",
  13. "numpy >= 1.26.0",
  14. "opencv-python >= 4.8.0",
  15. "fastrtc >= 0.0.16",
  16. "librosa >= 0.10.1"
  17. ]
  18. [dependency-groups]
  19. dev = ["pytest >=8.1.1", "ruff >=0.9.1"]
  20. [project.scripts]
  21. dora-gradio = "dora_gradio.main:main"
  22. [tool.ruff]
  23. ignore = ["F841"] # Ignore unused variable warnings