| 12345678910111213141516171819202122 |
- [tool.poetry]
- name = "modbus-server-nd"
- version = "0.1.0"
- description = ""
- authors = ["Lu Xianghui <xianghui.lu@data-turing.com>"]
- package-mode = false
- [tool.poetry.dependencies]
- python = "^3.10"
- pymodbus = "^3.13.1"
- requests = "^2.34.2"
- psycopg2-binary = "^2.9.12"
- pyyaml = "^6.0.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"
|