ContriHUB / Chef-Recommender

A simple problem recommender for codechef
MIT License
2 stars 8 forks source link

Replacing "=" with "==" in line 9 for Flask-WTF assignment #13

Open doqdjx opened 5 years ago

doqdjx commented 5 years ago

There was a typo in the original file, causing an error as follows $ pip install -r requirements.txt Invalid requirement: 'Flask-WTF=0.14.2' = is not a valid operator. Did you mean == ?