diff --git a/setup.py b/setup.py index f6e7683..cf04ac9 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ install_requires = [ "jsonschema", "pyyaml", + "setuptools", "typing-extensions", ]