From 8a03c03a2ae33d7c933b20af723eedc59940f6d2 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:15:48 +0200 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 b639e274e..19b465fd7 100644 --- a/constraints-oldest.txt +++ b/constraints-oldest.txt @@ -5,6 +5,7 @@ # versions in `setup.cfg`. airium==0.2.3 black==21.8b0 +blue==0.8.0 defusedxml==0.7.1 flake8-2020==1.6.1 flake8-bugbear==22.1.11 diff --git a/setup.cfg b/setup.cfg index c08f7122c..9228faac1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,6 +49,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