diff --git a/pyproject.toml b/pyproject.toml index ae1d615..10ecdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "click<8.2.0", # see https://github.com/fastapi/typer/discussions/1215 "requests", "rich", + "typing-extensions", ] requires-python = ">=3.10" readme = "README.md"