diff --git a/pyproject.toml b/pyproject.toml index 816c035..dfd6793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ version = "1.0.0" name = "stickergen" requires-python = ">= 3.8" dependencies = [ - "pyyaml" + "pyyaml", + "setuptools" ] authors = [ { name = "Aleksey Chubukov", email = "tea@brass.host" }