Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1e4cbc1 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Fix deprecated werkzeug import



Close: #1830
Signed-off-by: default avatarNicolas Gelot <nicolas.gelot@e.email>
parent 70f48050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ except:
    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