pyproject.toml 253 B

123456789101112
  1. [project]
  2. name = "kuaishou-kling"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "fastapi>=0.135.1",
  9. "httpx>=0.28.1",
  10. "pydantic>=2.12.5",
  11. "uvicorn>=0.42.0",
  12. ]