From f551ca15526f259800cab3c358aa2b6176b41498 Mon Sep 17 00:00:00 2001 From: ShenYuhan Date: Wed, 13 May 2020 14:28:54 +0800 Subject: [PATCH] Delete limit of pre-commit version. (#623) --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68a8aae4..6e2900a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,8 +9,7 @@ sphinx-rtd-theme >= 0.4.3 flake8 >= 3.7.9 Pillow == 6.2.2; python_version < "3.0" Pillow >= 7.0.0; python_version >= "3.0" -pre-commit == 1.21.0; python_version <= "3.5" -pre-commit >= 2.2.0; python_version > "3.5" +pre-commit flask >= 1.1.1 Flask-Babel >= 1.0.0 six >= 1.14.0 -- GitLab