Skip to content
Snippets Groups Projects
Commit e006fa97 authored by James Curtin's avatar James Curtin Committed by James Curtin
Browse files

Remove jinja templating from requirements

parent 52240b25
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,7 @@ click = ">=5.0" ...@@ -12,9 +12,7 @@ click = ">=5.0"
# Database # Database
Flask-SQLAlchemy = "==2.4.1" Flask-SQLAlchemy = "==2.4.1"
SQLAlchemy = "==1.3.9" SQLAlchemy = "==1.3.9"
{%- if cookiecutter.use_heroku == "yes" %}
psycopg2-binary = "==2.8.3" psycopg2-binary = "==2.8.3"
{%- endif %}
# Migrations # Migrations
Flask-Migrate = "==2.5.2" Flask-Migrate = "==2.5.2"
......
...@@ -8,9 +8,7 @@ click>=7.0 ...@@ -8,9 +8,7 @@ click>=7.0
# Database # Database
Flask-SQLAlchemy==2.4.1 Flask-SQLAlchemy==2.4.1
SQLAlchemy==1.3.9 SQLAlchemy==1.3.9
{%- if cookiecutter.use_heroku == "yes" %}
psycopg2-binary==2.8.3 psycopg2-binary==2.8.3
{%- endif %}
# Migrations # Migrations
Flask-Migrate==2.5.2 Flask-Migrate==2.5.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment