| 123456789101112131415161718192021 |
- [tool.poetry]
- name = "jdf-energy-collector"
- version = "0.1.0"
- description = ""
- authors = ["Lu Xianghui <xianghui.lu@data-turing.com>"]
- package-mode = false
- [tool.poetry.dependencies]
- python = "^3.10"
- pyyaml = "^6.0.2"
- requests = "^2.32.3"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
- [[tool.poetry.source]]
- name = "ali"
- url = "https://mirrors.aliyun.com/pypi/simple/"
- priority = "primary"
|