Find new repo deployed on vercel here
Python 3.9 or later
Install dependencies
pip3 install -r requirements.txt
Just run wsgi.py in the terminal
python3 wsgi.py
If you are using this in production make sure you change the FLASK_SECRET_KEY
to something unique and keep it secret.
You can deploy this repo as it is, no changes required afaik.