fix: minimum click version is 8.0

An issue was reported here: https://app.slack.com/client/T02SNA1T6/CGE253B7V

CompletionItem was introduced in 8.0, so click needs to be upgraded when
we `pip install tutor`.
This commit is contained in:
Régis Behmo 2022-11-23 18:19:27 +01:00 committed by Régis Behmo
parent 3e32f88c15
commit e63d5c32e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
appdirs
click>=7.0
click>=8.0
mypy
pycryptodome
jinja2