Skip to content

Commit

Permalink
Add Blue as an optional requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Feb 27, 2022
1 parent fb99357 commit 03e95db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# versions in `setup.cfg`.
bandit==1.7.1
black==21.8b0
blue==0.8.0
codespell==2.1.0
flake8-2020==1.6.1
flake8-bugbear==22.1.11
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ pygments.lexers =
[options.extras_require]
isort =
isort>=5.0.1
blue =
blue>=0.8.0
test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
bandit>=1.7.1
Expand Down

0 comments on commit 03e95db

Please sign in to comment.