diff --git a/pyproject.toml b/pyproject.toml index f7dc675..aacb78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,11 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = [] +dependencies = [ + "confuse", + "rich", + "typer" +] dynamic = ["version"] [project.urls]