From 98c9df7d1d1b5cbabd5c29f0bd44c4ea55ea33d8 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Tue, 19 Mar 2013 15:46:51 +0100 Subject: [PATCH] Fix TastyPie version at 0.9.12 TastyPie 0.9.13 doesn't install (reported upstream at https://github.com/toastdriven/django-tastypie/issues/873) so use 0.9.12 for now. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d7d04b..a11fa5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django Pillow South -django-tastypie +django-tastypie==0.9.12 django-braces mock factory-boy diff --git a/setup.py b/setup.py index 26f6b0b..2df7538 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires = [ 'Django>=1.5', 'Pillow', 'South', - 'django-tastypie', + 'django-tastypie==0.9.12', 'django-braces', 'django_compressor', 'requests',