[git] update python requirements to include the formatter

This commit is contained in:
tangxifan 2022-11-21 14:02:16 -08:00
parent 1e1033101b
commit 62d387b12a
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
envyaml==1.0.201125
humanize==3.1.0
coloredlogs==9.1
coloredlogs==9.1
# Python linter and formatter
click==8.0.2 # Our version of black needs an older version of click (https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click)
black==20.8b1
pylint==2.7.4