Skip to content

Commit 15a3953

Browse files
committed
Add Blue as an optional requirement
1 parent 6e363e7 commit 15a3953

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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
airium==0.2.3
77
black==21.8b0
8+
blue==0.8.0
89
defusedxml==0.7.1
910
flake8-2020==1.6.1
1011
flake8-bugbear==22.1.11

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ isort =
4949
isort>=5.0.1
5050
color =
5151
Pygments>=2.4.0
52+
blue =
53+
blue>=0.8.0
5254
test =
5355
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
5456
airium>=0.2.3

0 commit comments

Comments
 (0)