7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 22:00:48 +00:00

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

View File

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