From 50c8487a50892509b7ff7c6f7c01232c1032ff0a Mon Sep 17 00:00:00 2001 From: "zimo.zhang" Date: Sun, 15 Jul 2018 12:35:14 +0800 Subject: [PATCH] fix requirement warning --- deploy/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 554250a..75827ff 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -12,8 +12,8 @@ qrcode flake8-coding requests django-redis -psycopg2 +psycopg2-binary gunicorn jsonfield XlsxWriter -raven \ No newline at end of file +raven