[project] name = "infra-tool" version = "0.1.0" description = "Infrastructure service registry & discovery CLI" requires-python = ">=3.12" dependencies = [ "click>=8.1.8", "fastapi>=0.115.0", "hvac>=2.4.0", "requests>=2.32.5", "uvicorn[standard]>=0.34.0", ] [project.scripts] infra = "infra:cli"