From cf7cd5502ca60816a7bbee076f7b0d6d94484474 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 15 Aug 2021 10:21:37 +0200 Subject: [PATCH] Make PyQt5 minimum version requirement consistent (#846) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c50e7b68..4c10636b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyqt5>=5.2.1 +pyqt5>=5.3 lxml>=4.2.0 pyenchant>=3.0.0 diff --git a/setup.cfg b/setup.cfg index 248304da..9cd2d28b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ python_requires = >=3.6 include_package_data = True packages = find: install_requires = - pyqt5>=5.2.1 + pyqt5>=5.3 lxml>=4.2.0 pyenchant>=3.0.0