mirror of https://github.com/searxng/searxng.git
[enh] use typing_extensions for Python 3.7
This lets the next commit make use of TypedDict & Literal which were only introduced in Python 3.8.
This commit is contained in:
parent
7f89adc5f3
commit
8aef66b365
|
@ -15,3 +15,4 @@ langdetect==1.0.9
|
|||
setproctitle==1.2.2
|
||||
redis==4.1.1
|
||||
mistletoe==0.8.1
|
||||
typing_extensions==4.0.1
|
||||
|
|
Loading…
Reference in New Issue