From 199c3192271f3e21fd2b128f560303af8382c94c Mon Sep 17 00:00:00 2001 From: stelloprint <58522233+stephenlprice@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:04:56 -0500 Subject: [PATCH 1/3] installing flask from conda --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 75fcf73..44fadff 100644 --- a/environment.yml +++ b/environment.yml @@ -1,12 +1,12 @@ -name: tc23EmbedPortal +name: EmbedPortal channels: - defaults dependencies: + - flask=2.2.2 - flask_cors=3.0.10 - requests=2.27.1 - pip=23.2.1 - pip: - - flask==2.1.1 - flask_wtf==1.0.1 - wtforms==3.0.1 - - pyjwt==2.3.0 \ No newline at end of file + - pyjwt==2.3.0 From 30b2f6f2ed9cc9b33400ab7b6880a280a937dc14 Mon Sep 17 00:00:00 2001 From: stelloprint <58522233+stephenlprice@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:06:33 -0500 Subject: [PATCH 2/3] updating flask to 2.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 443d053..b9b31f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.1.1 +Flask==2.2.2 Flask_Cors==3.0.10 Flask_WTF==1.0.1 PyJWT==2.3.0 From 223b3fe94fb78d1355e51d39b049e149fe973938 Mon Sep 17 00:00:00 2001 From: Alex Cortez <10137935+joseacortez91@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:36:49 -0600 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b9b31f2..defcccd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ Flask_WTF==1.0.1 PyJWT==2.3.0 requests==2.27.1 WTForms==3.0.1 +Werkzeug==2.2.2