summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhabsinn <habsinn@habsinn.chateau.org>2021-03-18 11:46:55 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-22 12:25:43 +0200
commit41a2e3785ea3a926cf0d0df89770e908b01566a9 (patch)
treecd26f55704f5f8826f01f81efebddbd74f3f161a /Makefile
parent981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff)
[enh] add engine using API from "The Art Institute of Chicago"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8d6359c..41a22d42 100644
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,7 @@ PYLINT_FILES=\
searx/engines/google_scholar.py \
searx/engines/yahoo_news.py \
searx/engines/apkmirror.py \
+ searx/engines/artic.py \
searx_extra/update/update_external_bangs.py
test.pylint: pyenvinstall