| 12345678910111213141516171819 |
- [project]
- name = "data-collector-gateway"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.12"
- dependencies = [
- "fastapi>=0.115.0",
- "pydantic>=2.13.4",
- "pymodbus>=3.13.1",
- "uvicorn>=0.32.0",
- ]
- [project.scripts]
- data-collector-api = "main:main"
- [[tool.uv.index]]
- url = "https://pypi.tuna.tsinghua.edu.cn/simple"
- default = true
|