pyproject.toml 353 B

123456789101112131415161718
  1. [tool.poetry]
  2. name = "gradio-note"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["fish <zz1036@qq.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.12"
  9. gradio = "^4.32.2"
  10. opencv-python = "^4.10.0.82"
  11. transformers = "^4.41.2"
  12. pygwalker = "^0.4.8.9"
  13. [build-system]
  14. requires = ["poetry-core"]
  15. build-backend = "poetry.core.masonry.api"