From 1654dc8a964928c94ab881025edb1dd1f6b6c8c8 Mon Sep 17 00:00:00 2001 From: LongehGitHub Date: Fri, 10 Nov 2023 09:36:01 +0000 Subject: [PATCH 1/4] This was a mistake! --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index c5efb34..e9e5f1a 100644 --- a/static/index.html +++ b/static/index.html @@ -9,6 +9,7 @@

REST Application

+

This is a misatke, oops!

Create

From 6480bb09155baebaac73155b3c4e010df254d893 Mon Sep 17 00:00:00 2001 From: LongehGitHub Date: Fri, 10 Nov 2023 09:40:17 +0000 Subject: [PATCH 2/4] Revert "This was a mistake!" This reverts commit 1654dc8a964928c94ab881025edb1dd1f6b6c8c8. --- static/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/index.html b/static/index.html index e9e5f1a..c5efb34 100644 --- a/static/index.html +++ b/static/index.html @@ -9,7 +9,6 @@

REST Application

-

This is a misatke, oops!

Create

From c71664c0a9f3b41a3ea8774f5dea3eb67eb520fd Mon Sep 17 00:00:00 2001 From: LongehGitHub Date: Fri, 10 Nov 2023 09:48:45 +0000 Subject: [PATCH 3/4] adding the readme_2 file --- documentation/readme_2.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 documentation/readme_2.md diff --git a/documentation/readme_2.md b/documentation/readme_2.md new file mode 100644 index 0000000..aaef0c0 --- /dev/null +++ b/documentation/readme_2.md @@ -0,0 +1 @@ +This is a new readme file for the MEA Project From 7aab4f164770da844f4c2360b0bf6838fca2e54c Mon Sep 17 00:00:00 2001 From: LongehGitHub Date: Fri, 17 Nov 2023 09:38:55 +0000 Subject: [PATCH 4/4] Made changes to Requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 14254ba..c0b1816 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cffi charset-normalizer click colorama -Flask +Flask==2.2 Flask-API Flask-SQLAlchemy greenlet @@ -30,5 +30,5 @@ SQLAlchemy trio trio-websocket urllib3 -Werkzeug +Werkzeug==2.3 wsproto