I installed my dependencies using
pip install -r requirements.txt
I then went to my views but the word feedparser is throwing an error in my pycharm ide. I did pip freeze and I can see that it's installed. So I tried installing it by itself and got the following message
Requirement already satisfied (use --upgrade to upgrade): feedparser in /Users/ray/Desktop/uply/sat/lib/python3.5/site-packages
I then followed the path to see if it was really their and it is it says
feedparser-5.2.1.dist-info
I don't get what's going on because it works in another app that I have. I'm basically just copying it from my old app and putting it in my new app I'm getting ready to deploy onto heroku. What is my issue? all guidance is welcome