require werkzeug >= 2.2.2

This commit is contained in:
David Lord 2022-08-08 16:14:00 -07:00
parent 6ab3cb8d0c
commit de16718b39
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 4 additions and 8 deletions

View file

@ -719,13 +719,6 @@ def show_server_banner(debug, app_import_path):
if is_running_from_reloader():
return
click.secho(
"WARNING: This is a development server. Do not use it in a production"
" deployment. Use a production WSGI server instead.",
fg="red",
bold=True,
)
if app_import_path is not None:
click.echo(f" * Serving Flask app '{app_import_path}'")