| 123456789101112131415 |
- [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"
|