From f8d171b3ce097a892b757e0b8671486f9076fd92 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sun, 22 Sep 2013 00:08:17 +0000 Subject: [PATCH] Update to latest requirements including official taggit --- requirements.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17a13ea..ea849e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,19 @@ +# core Django Pillow South -django-tastypie==0.9.12 + +# misc django-braces -mock -factory-boy>=1.3,<2.0 django_compressor requests +django-taggit http://github.com/kklimonda/django-images/tarball/master#egg=django-images -http://github.com/hcarvalhoalves/django-taggit/tarball/master#egg=django-taggit + +# api +django-tastypie==0.9.12 + +# testing +mock +factory-boy>=1.3,<2.0 +