From f9f1bf5b907eca41b7292a1ae77d6c3e393a9f01 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 15 Sep 2021 17:34:37 +0200 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a002283..340893f 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup(name='wordops', # "Sphinx >= 1.0", # Required to function 'cement == 2.10.12', + 'pystache >= 0.5.4', 'pynginxconfig >= 0.3.4', 'PyMySQL >= 0.10.1', 'psutil >= 5.7.3',