Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Adding psycopg2-binary for flask services (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoclyps committed May 19, 2018
1 parent a82c910 commit a3da0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/events/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Flask==1.0.2
Flask-Script==2.0.6
Flask-SQLAlchemy==2.3.2
psycopg2==2.7.4
psycopg2-binary==2.7.4
Flask-Testing==0.7.1
gunicorn==19.8.1
coverage==4.5.1
Expand Down
1 change: 1 addition & 0 deletions services/users/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Flask==1.0.2
Flask-Script==2.0.6
Flask-SQLAlchemy==2.3.2
psycopg2==2.7.4
psycopg2-binary==2.7.4
Flask-Testing==0.7.1
gunicorn==19.8.1
coverage==4.5.1
Expand Down

0 comments on commit a3da0ce

Please sign in to comment.