From 5819b25d8d6e146ecea395ce8dff8f7d7e8205f1 Mon Sep 17 00:00:00 2001 From: Juam Sousa <20755569+juam-sv@users.noreply.github.com> Date: Tue, 3 May 2022 22:44:31 -0300 Subject: [PATCH] =?UTF-8?q?Fixa=C3=A7=C3=A3o=20da=20vers=C3=A3o=20do=20wer?= =?UTF-8?q?kzeug=20devido=20a=20remo=C3=A7=C3=A3o=20do=20argumento=20"as?= =?UTF-8?q?=5Ftuple"=20usado=20nos=20testes=20pelo=20flask,=20ocasionando?= =?UTF-8?q?=20falha=20no=20deploy=20pela=20pipeline.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 9e0bc2cae..c3598c64a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ Flask==2.0.1 gunicorn +werkzeug==2.0.3 \ No newline at end of file