Skip to content

Commit fdba3e7

Browse files
committed
Add Blue as an optional requirement
1 parent 7aa5f77 commit fdba3e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

constraints-oldest.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# versions in `setup.cfg`.
66
black==22.3.0
77
darkgraylib==2.2.0
8+
blue==0.8.0
89
defusedxml==0.7.1
910
flake8-2020==1.6.1
1011
flake8-bugbear==22.1.11

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ console_scripts =
5454
[options.extras_require]
5555
black =
5656
black>=22.3.0
57+
blue =
58+
blue>=0.8.0
5759
flynt =
5860
flynt>=0.76
5961
isort =
@@ -65,6 +67,7 @@ pyupgrade =
6567
test =
6668
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
6769
black>=22.3.0
70+
blue>=0.8.0
6871
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
6972
defusedxml>=0.7.1
7073
flynt>=0.76

0 commit comments

Comments
 (0)