From fdba3e7629bd34eeaf96ef900ec8635254d02259 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 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/constraints-oldest.txt b/constraints-oldest.txt index c7154ae72..bd520edf2 100644 --- a/constraints-oldest.txt +++ b/constraints-oldest.txt @@ -5,6 +5,7 @@ # versions in `setup.cfg`. black==22.3.0 darkgraylib==2.2.0 +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 0016a1517..383af2c22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,8 @@ console_scripts = [options.extras_require] black = black>=22.3.0 +blue = + blue>=0.8.0 flynt = flynt>=0.76 isort = @@ -65,6 +67,7 @@ pyupgrade = test = # NOTE: remember to keep `constraints-oldest.txt` in sync with these black>=22.3.0 + blue>=0.8.0 cryptography>=3.3.2 # through twine, fixes CVE-2020-36242 defusedxml>=0.7.1 flynt>=0.76