pyproject.toml 336 B

123456789101112131415
  1. [project]
  2. name = "lqkgdatagovernance"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "aiomysql>=0.3.2",
  9. "langchain>=1.2.7",
  10. "langchain-openai>=1.1.7",
  11. "minio>=7.2.20",
  12. "openpyxl>=3.1.5",
  13. "pymilvus>=2.6.6",
  14. "sqlalchemy>=2.0.46",
  15. ]