summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-07-06 09:51:15 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commitd40474e41bae79b952963ec7909955fd54b2fdf4 (patch)
tree53814db97d62be8ba94b81ac70c2cb71e62b43e8
parent6f612b9c57e5d3f0512f2b71a5fe52f1e4b1b009 (diff)
downloadqtivi-qface-d40474e41bae79b952963ec7909955fd54b2fdf4.tar.gz
Also update the minimal requirements in setup.py
-rw-r--r--setup.py4
1 files 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',