Azure-Samples/ms-identity-python-webapp

Requirements.txt package versions have conflicting dependencies (Flask and Werkzeug)

miltonsim opened this issue · 2 comments

I was unable to install the python packages that the project required due to conflicting dependencies between Flask and Werkzeug

Tested on MacOS, Python 3.9.10

Screenshot 2022-04-08 at 10 18 32 PM

this issue is still occurring 26 april 2022. I got around it by changing line 4 of requirements.txt to:
werkzeug>=2

However I only made this change in my cloned copy, I did not fork or push any changes.

I've made pull request #82 which will patch the issue but there hasn't been any updates by the maintainers