pyproject.toml 432 B

123456789101112131415161718192021
  1. [tool.poetry]
  2. name = "jdf-energy-collector"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Lu Xianghui <xianghui.lu@data-turing.com>"]
  6. package-mode = false
  7. [tool.poetry.dependencies]
  8. python = "^3.10"
  9. pyyaml = "^6.0.2"
  10. requests = "^2.32.3"
  11. [build-system]
  12. requires = ["poetry-core"]
  13. build-backend = "poetry.core.masonry.api"
  14. [[tool.poetry.source]]
  15. name = "ali"
  16. url = "https://mirrors.aliyun.com/pypi/simple/"
  17. priority = "primary"