From 35f85c55f14e707e37d822041e25bca2913f48c4 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 24 May 2020 20:44:47 +0100 Subject: [PATCH] Update requirements list --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a217ba..9f15e79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -Django==1.7.11 -django-registration==2.1.2 -mysql -Image -django-tinymce==2.7.0 -smartencoding -unidecode \ No newline at end of file +Django==1.7 +django-extensions==2.2.9 +django-registration==2.0 +django-tinymce==2.0.1 +six==1.14.0 +Unidecode==1.1.1 +Pillow==7.1.2