diff --git a/{{cookiecutter.app_name}}/requirements/production.txt b/{{cookiecutter.app_name}}/requirements/production.txt index 64ecd9f..f6340bf 100644 --- a/{{cookiecutter.app_name}}/requirements/production.txt +++ b/{{cookiecutter.app_name}}/requirements/production.txt @@ -9,7 +9,7 @@ click>=5.0 whitenoise==3.3.1 # Database -Flask-SQLAlchemy==2.2 +Flask-SQLAlchemy==2.3.2 psycopg2==2.7.3.1 PyMySQL==0.7.11 SQLAlchemy==1.1.14