From 6741ed490b2d21b22f05c856df14b76385215366 Mon Sep 17 00:00:00 2001 From: Guillaume Moigneu Date: Tue, 27 Oct 2015 09:56:37 +0100 Subject: [PATCH] Missing django-appconf requirement Add django-appconf to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6424645a..e236d131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ Django==1.8.2 django_compressor +django-appconf django-ses-backend psycopg2==2.6 djmail premailer pygments -requests \ No newline at end of file +requests