diff --git a/{{cookiecutter.app_name}}/requirements/production.txt b/{{cookiecutter.app_name}}/requirements/production.txt index fc5f750..06c72fe 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.0 # Database -Flask-SQLAlchemy==2.2 +Flask-SQLAlchemy==2.3.0 psycopg2==2.7.3 PyMySQL==0.7.11 SQLAlchemy==1.1.13