Skip to content

Commit

Permalink
Merge pull request #74 from jstitch/flask_sqlalchemy251
Browse files Browse the repository at this point in the history
Update Flask-SQLAlchemy requirement to supported SQLAlchemy version.
  • Loading branch information
mjhea0 authored Jun 3, 2022
2 parents d28112c + 166da07 commit c317391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This tutorial utilizes the following requirements:

1. Python v3.9.0
1. Flask v1.1.2
1. Flask-SQLAlchemy v2.4.4
1. Flask-SQLAlchemy v2.5.1
1. Gunicorn v20.0.4
1. Psycopg2 v2.8.6
1. Flake8 v3.8.4
Expand Down Expand Up @@ -1267,7 +1267,7 @@ Let's upgrade to [Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com
Start by installing Flask-SQLAlchemy:
```sh
(env)$ pip install Flask-SQLAlchemy==2.4.4
(env)$ pip install Flask-SQLAlchemy==2.5.1
```
Make sure to add it to your requirements file as well.
Expand Down Expand Up @@ -1457,7 +1457,7 @@ If all is well, Update the requirements file:
```
Flask==1.1.2
Flask-SQLAlchemy==2.4.4
Flask-SQLAlchemy==2.5.1
gunicorn==20.0.4
pytest==6.1.1
```
Expand Down Expand Up @@ -1691,7 +1691,7 @@ Before updating Heroku, add [Psycopg2](http://initd.org/psycopg/) -- a Postgres
```
Flask==1.1.2
Flask-SQLAlchemy==2.4.4
Flask-SQLAlchemy==2.5.1
gunicorn==20.0.4
psycopg2-binary==2.8.6
pytest==6.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.2
Flask-SQLAlchemy==2.4.4
Flask-SQLAlchemy==2.5.1
gunicorn==20.0.4
psycopg2-binary==2.8.6

Expand Down

0 comments on commit c317391

Please sign in to comment.