diff --git a/pyproject.toml b/pyproject.toml index 989eb21..b93af4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ requires-python = ">=3.10" authors = [{ name = "glomatico" }] dependencies = [ "click", + "colorama", "inquirerpy", "mutagen", "pillow", diff --git a/requirements.txt b/requirements.txt index efb2e2b..9794f97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ click +colorama inquirerpy mutagen pillow