jimdevops19 / FlaskSeries

This is the Code from my Flask Series - JimShapedCoding. Each Folder is a checkpoint where we stopped at that particular episode number
362 stars 280 forks source link

Out of date - doesn't work anymore #2

Open Amida-Maru opened 2 years ago

Amida-Maru commented 2 years ago

The SQLAlchemy module doesn't work anymore so 75% of the tutorial can't be followed from the database part onwards. Can you please send the requirements.txt file so we can install all the old dependencies to follow the tutorial?

medeiroscwb commented 2 years ago

The SQLAlchemy module doesn't work anymore so 75% of the tutorial can't be followed from the database part onwards. Can you please send the requirements.txt file so we can install all the old dependencies to follow the tutorial?

It works fine for me. check if you are installing in them in the right interpreter or using the -U (pip install -U flask_sqlachemy )variable to install the modules for all the interpreters.