[git] update python requirements to include the formatter
This commit is contained in:
parent
1e1033101b
commit
62d387b12a
|
@ -1,3 +1,8 @@
|
||||||
envyaml==1.0.201125
|
envyaml==1.0.201125
|
||||||
humanize==3.1.0
|
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
|
||||||
|
|
Loading…
Reference in New Issue