diff --git a/pyproject.toml b/pyproject.toml index 32eae13..0318f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = [{ name = "glomatico" }] dependencies = [ "click", "inquirerpy", + "mutagen", "pillow", "protobuf", "pybase62", diff --git a/requirements.txt b/requirements.txt index 4fb86ed..efb2e2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ click inquirerpy +mutagen pillow protobuf pybase62