From a26ce74151035dd7544537d688e0fc9b57af8794 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 19 Jun 2025 20:35:45 +0100 Subject: [PATCH] add lazyimports environment, see https://github.com/fastapi/typer/pull/1128 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad02284..abd1c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ dependencies = ["click-man>=0.5.1"] cli = "obsws-cli {args:}" man = "python man/generate.py --output=./man" +[tool.hatch.envs.lazyimports.scripts] +cli = "obsws-cli {args:}" + [tool.hatch.envs.hatch-test] randomize = true