Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Fix deprecated werkzeug import
Browse files Browse the repository at this point in the history
Close: #1830
Signed-off-by: Nicolas Gelot <nicolas.gelot@e.email>
  • Loading branch information
nfk committed Feb 6, 2020
1 parent 6060ab8 commit b8b1337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2019.3.9
babel==2.7.0
flask-babel==0.12.2
flask-babel==1.0.0
flask==1.0.2
idna==2.8
jinja2==2.10.1
Expand Down
2 changes: 1 addition & 1 deletion searx/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from html import escape
from datetime import datetime, timedelta
from time import time
from werkzeug.contrib.fixers import ProxyFix
from werkzeug.middleware.proxy_fix import ProxyFix
from flask import (
Flask, request, render_template, url_for, Response, make_response,
redirect, send_from_directory
Expand Down

0 comments on commit b8b1337

Please sign in to comment.