diff --git a/pyproject.toml b/pyproject.toml index f6d1652..0b647d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ dependencies = [ "click", "readchar", "typer", - "pydantic-settings >=2.3" + "pydantic-settings >=2.3", + "tomli" ] description = "A base CLI entrypoint supporting Anaconda CLI plugins" dynamic = ["version"]