I have a question about Flask-OAuth extension https://pythonhosted.org/Flask-OAuth/.
Is this extension included in the PaythonAnywhere? I have created a working OAuth authorization with Facebook on my local DEV environment, but after uploading my code to the PythonAnywhere, I get an error: ImportError: No module named flask_oauth
Error is from the line where I import OAuth extension:
from flask_oauth import OAuth