2
0
mirror of https://github.com/searx/searx synced 2025-08-31 06:26:28 +00:00

Merge branch 'master' into dependabot/pip/master/pylint-2.10.2

This commit is contained in:
Noémi Ványi
2021-08-22 21:11:12 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -2,12 +2,12 @@ certifi==2021.5.30
babel==2.9.1
flask-babel==2.0.0
flask==1.1.2
jinja2==2.11.3
jinja2==3.0.1
lxml==4.6.3
pygments==2.8.0
python-dateutil==2.8.2
pyyaml==5.4.1
httpx[http2]==0.17.1
httpx[http2]==0.19.0
Brotli==1.0.9
uvloop==0.16.0; python_version >= '3.7'
uvloop==0.14.0; python_version < '3.7'

View File

@@ -1117,6 +1117,7 @@ def config():
'brand': {
'CONTACT_URL': brand.CONTACT_URL,
'GIT_URL': brand.GIT_URL,
'GIT_BRANCH': brand.GIT_BRANCH,
'DOCS_URL': brand.DOCS_URL
},
'doi_resolvers': [r for r in settings['doi_resolvers']],