From 8ed4ae9445fb6b2e08b412f856417997fc469454 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:22:18 +0300 Subject: [PATCH] Add Blue as an optional requirement --- constraints-oldest.txt | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/constraints-oldest.txt b/constraints-oldest.txt index cb964f065..1de0b5890 100644 --- a/constraints-oldest.txt +++ b/constraints-oldest.txt @@ -6,6 +6,7 @@ airium==0.2.3 bandit==1.7.1 black==21.8b0 +blue==0.8.0 codespell==2.1.0 defusedxml==0.7.1 flake8-2020==1.6.1 diff --git a/setup.cfg b/setup.cfg index d2c8b4bde..0d1bfd896 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,6 +48,8 @@ isort = isort>=5.0.1 color = Pygments>=2.4.0 +blue = + blue>=0.8.0 test = # NOTE: remember to keep `constraints-oldest.txt` in sync with these airium>=0.2.3