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.
This commit is contained in:
Krzysztof Klimonda
2013-03-19 15:46:51 +01:00
parent 494f7fbd8c
commit 98c9df7d1d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Django
Pillow
South
django-tastypie
django-tastypie==0.9.12
django-braces
mock
factory-boy

View File

@@ -17,7 +17,7 @@ install_requires = [
'Django>=1.5',
'Pillow',
'South',
'django-tastypie',
'django-tastypie==0.9.12',
'django-braces',
'django_compressor',
'requests',