Skip to content

Commit 6e78835

Browse files
committed
fixed click package issues on github action. psf/black#2964
1 parent 7f6bf57 commit 6e78835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ test = [
6969
"isort==5.10.1",
7070
"flake8==4.0.1",
7171
"django-stubs",
72-
"python-jose==3.0.0"
72+
"python-jose==3.0.0",
73+
"click==8.0.4"
7374
]
7475
doc = []
7576

0 commit comments

Comments
 (0)