pyproject.toml 311 B

12345678910111213141516
  1. [tool.poetry]
  2. name = "oteldatareplay"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["liubing <bing.liu@cestong.com>"]
  6. readme = "README.md"
  7. [tool.poetry.dependencies]
  8. python = "^3.12"
  9. pyaml = "^24.7.0"
  10. kafka-python = "1.4.7"
  11. [build-system]
  12. requires = ["poetry-core"]
  13. build-backend = "poetry.core.masonry.api"