diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18f133711b..152747ea54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ mvn checkstyle:check ```bash cd python # install dependencies fro styling -pip install black==22.1.0 flake8==3.9.1 flake8-quotes flake8-bugbear +pip install black==22.1.0 flake8==3.9.1 flake8-quotes flake8-bugbear click==8.0.2 # format python code black pyfury ```