My requirements.txt file does not seem to be working
One of the lines in my file states:
Flask-Cache==0.12
However, I am getting the following error why I try to use Flask-Cache:
ImportError: No module named flask.ext.cache
Any ideas on how to fix this?