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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
requirements.txt
|
@ -10,7 +10,7 @@ Faker==0.8.8 |
|
|
flake8==3.6.0 |
|
|
flake8==3.6.0 |
|
|
gunicorn==19.9.0 |
|
|
gunicorn==19.9.0 |
|
|
mixer==6.1.3 |
|
|
mixer==6.1.3 |
|
|
psycopg2==2.7.5 |
|
|
|
|
|
|
|
|
psycopg2-binary==2.7.7 |
|
|
python-dateutil==2.7.3 |
|
|
python-dateutil==2.7.3 |
|
|
pytz==2018.4 |
|
|
pytz==2018.4 |
|
|
six==1.11.0 |
|
|
six==1.11.0 |
|
|