summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-25 03:06:11 +0100
committerMartin Fischer <martin@push-f.com>2022-01-27 22:07:12 +0100
commit8aef66b365b5faeb42362e2da7fdf93517136d88 (patch)
tree1da846419e63f57597ffc7ec70296aca70cc1ace /requirements.txt
parent7f89adc5f39a9b3d2a03d32728010d0a770b89a3 (diff)
downloadsearxng-8aef66b365b5faeb42362e2da7fdf93517136d88.tar.gz
searxng-8aef66b365b5faeb42362e2da7fdf93517136d88.zip
[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.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 95b85578e..c9b6d7139 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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