pyproject.toml 449 B

123456789101112131415161718192021
  1. [project]
  2. name = "data-collector-gateway"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "bac0>=2025.9.15",
  9. "fastapi>=0.115.0",
  10. "pydantic>=2.13.4",
  11. "pymodbus>=3.13.1",
  12. "python-snap7>=3.0.0",
  13. "uvicorn>=0.32.0",
  14. ]
  15. [project.scripts]
  16. data-collector-api = "main:main"
  17. [[tool.uv.index]]
  18. url = "https://pypi.tuna.tsinghua.edu.cn/simple"
  19. default = true