diff --git a/README.md b/README.md index aac6ae5..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 +- Step 1: Make sure you have Python 3.8 or newer - Step 2: Install the requirements: `pip install -r requirements.txt` 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