pyproject.toml 452 B

12345678910111213141516171819202122
  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. openpyxl = "^3.1.5"
  10. pyyaml = "^6.0.2"
  11. requests = "^2.32.3"
  12. [build-system]
  13. requires = ["poetry-core"]
  14. build-backend = "poetry.core.masonry.api"
  15. [[tool.poetry.source]]
  16. name = "ali"
  17. url = "https://mirrors.aliyun.com/pypi/simple/"
  18. priority = "primary"