From 0d68780bf5227b3b6f6a27de3fd51a88244532ef Mon Sep 17 00:00:00 2001 From: Luke Fiddy Date: Thu, 19 Dec 2024 09:34:12 +0000 Subject: [PATCH] added typer to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0c2e964..30843de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "numpy", "pandas", "pandas-stubs", + "typer", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] license.file = "LICENSE"