Use binary version of psycopg

Beginning with the 2.8 release of psycopg, the package is built from source, requiring the user to install system dependencies. Switch to using psycopg-binary package to maintain pre-2.8 behavior of installing from wheel
master
James Curtin 6 years ago
parent 4c3dac9931
commit 06d3bf0ea7
No known key found for this signature in database
GPG Key ID: E33439C11796824D
  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