From ec5d43eda2b69602367eb2cbf5a06560899fd58b Mon Sep 17 00:00:00 2001 From: TunaCici <36923239+TunaCici@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:53:06 +0300 Subject: [PATCH 1/3] dep: Upgrade Flask to 3.0.0. Signed-off-by: TunaCici <36923239+TunaCici@users.noreply.github.com> --- requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index af34996..d3ffc31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ -Flask==1.1.2 -Werkzeug==1.0.1 -markupsafe==2.0.1 +blinker==1.7.0 +click==8.1.7 +Flask==3.0.0 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.3 +Werkzeug==3.0.1 From cab9608e900dd416c668448e59d97933927a0d51 Mon Sep 17 00:00:00 2001 From: TunaCici <36923239+TunaCici@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:05:36 +0300 Subject: [PATCH 2/3] readme: Specify Python version. Signed-off-by: TunaCici <36923239+TunaCici@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac6ae5..4b1d149 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more basic knowledge of Flask, you can refer to [a tutorial on Tutorialspoin ## How to Run -- Step 1: Make sure you have Python +- Step 1: Make sure you have Python 3.8 or nwer - Step 2: Install the requirements: `pip install -r requirements.txt` From 2301f46fd61740de2a49bdf8942ff59d64f69050 Mon Sep 17 00:00:00 2001 From: TunaCici <36923239+TunaCici@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:06:29 +0300 Subject: [PATCH 3/3] readme: Fix typo. Signed-off-by: TunaCici <36923239+TunaCici@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1d149..1576912 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more basic knowledge of Flask, you can refer to [a tutorial on Tutorialspoin ## How to Run -- Step 1: Make sure you have Python 3.8 or nwer +- Step 1: Make sure you have Python 3.8 or newer - Step 2: Install the requirements: `pip install -r requirements.txt`