@ -12,9 +12,7 @@ click = ">=5.0"
# Database
Flask-SQLAlchemy = "==2.4.1"
SQLAlchemy = "==1.3.9"
{%- if cookiecutter.use_heroku == "yes" %}
psycopg2-binary = "==2.8.3"
{%- endif %}
# Migrations
Flask-Migrate = "==2.5.2"
@ -8,9 +8,7 @@ click>=7.0
Flask-SQLAlchemy==2.4.1
SQLAlchemy==1.3.9
psycopg2-binary==2.8.3
Flask-Migrate==2.5.2