From d40474e41bae79b952963ec7909955fd54b2fdf4 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 6 Jul 2021 09:51:15 +0200 Subject: Also update the minimal requirements in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 877dbbb..90c33b5 100644 --- a/setup.py +++ b/setup.py @@ -47,9 +47,9 @@ setup( install_requires=[ 'click>=6.7', 'antlr4-python3-runtime>=4.7.1', - 'jinja2>=2.11.3', + 'jinja2>=2.10.3', 'path.py>=11.0.1', - 'pyyaml>=5.4', + 'pyyaml>=5.1', 'typing>=3.6.4', 'watchdog>=0.8.3', 'six>=1.11.0', -- cgit v1.2.1