From 8a518f770fee91fdd319bc5630d1fa71ffdb10aa Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 14 Sep 2021 21:01:30 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 340893f..72c8134 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup(name='wordops', # "Sphinx >= 1.0", # Required to function 'cement == 2.10.12', - 'pystache >= 0.5.4', + 'pystache >= 0.5.0', 'pynginxconfig >= 0.3.4', 'PyMySQL >= 0.10.1', 'psutil >= 5.7.3',