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 +