Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements: fix issue with Werkzeug
Add `Werkzeug==2.3.8` entry to the requirements.txt file before `Flask==2.1.0` entry to resolve Flask dependency `Werkzeug >= 2.0`. Otherwise, Werkzeug 3 is installed that is incompatible with Flask 2.
- Loading branch information