From 40f2d0b31997126a643495e362ae651cb4f9be09 Mon Sep 17 00:00:00 2001 From: Tony White Date: Thu, 21 Dec 2023 12:44:43 -1000 Subject: [PATCH] revert flask to see if that's what broke --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 5a38431..e6098bd 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -9,6 +9,6 @@ classifiers = [ ] dependencies = [ "requests", - "flask==1.1.2", + "flask", ]