Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
284 stars 135 forks source link

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

Closed miltonsim closed 2 years ago

miltonsim commented 2 years ago

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
VladTheInstaller commented 2 years ago

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.

miltonsim commented 2 years ago

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