From e00b28f4a89d4a44e9da9ba51709f5ce33556939 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 11 Feb 2016 17:31:35 +0000 Subject: [PATCH] The test suite apprently needs django-tastypie>=0.13.1 now (according to Robert.) Commit ready for merge. - Legacy-Id: 10829 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87a08d5fa..806d80dd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ coverage>=4.0.1,!=4.0.2 decorator>=3.4.0 defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency django-bootstrap3>=5.1.1 -django-tastypie>=0.12.1 +django-tastypie>=0.13.1 django-widget-tweaks>=1.3 docutils>=0.12 html5lib>=0.90