Skip to content
Snippets Groups Projects
Unverified Commit 3dae05a2 authored by Steven Loria's avatar Steven Loria Committed by GitHub
Browse files

Merge pull request #492 from jamescurtin/fix_psycopg_dependency

Use binary version of psycopg
parents 7ec6dbaf 06d3bf0e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ click>=5.0 ...@@ -10,7 +10,7 @@ click>=5.0
# Database # Database
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
psycopg2==2.8.2 psycopg2-binary==2.8.2
SQLAlchemy==1.2.11 SQLAlchemy==1.2.11
# Migrations # Migrations
......
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