Merge pull request #492 from jamescurtin/fix_psycopg_dependency

Use binary version of psycopg
master
Steven Loria 5 years ago committed by GitHub
commit 3dae05a2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.app_name}}/requirements/prod.txt

@ -10,7 +10,7 @@ click>=5.0
# Database
Flask-SQLAlchemy==2.3.2
psycopg2==2.8.2
psycopg2-binary==2.8.2
SQLAlchemy==1.2.11
# Migrations

Loading…
Cancel
Save