Browse Source

Merge pull request #100 from taise/fix/warning_rename_psycopg2

Fix psycopg2 warning by updating to psycopg2-binary
pull/102/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
ab09ea3155
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      requirements.txt

2
requirements.txt

@ -10,7 +10,7 @@ Faker==0.8.8
flake8==3.6.0
gunicorn==19.9.0
mixer==6.1.3
psycopg2==2.7.5
psycopg2-binary==2.7.7
python-dateutil==2.7.3
pytz==2018.4
six==1.11.0

Loading…
Cancel
Save