From 2bb5788a76fbf3c3c9be948987dda8d3e386419c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 6 Apr 2018 13:55:50 +0000 Subject: [PATCH] Updated minimum requirements for bootstrap3, to work with django 1.11 - Legacy-Id: 15019 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b5187d54..0b6ff25cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ decorator>=4.0.4 defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency Django>=1.11,<1.12 django-bcrypt>=0.9.2 # for the BCrypt password hasher option. Remove when all bcrypt upgraded to argon2 -django-bootstrap3>=7.0,<9.0.0 +django-bootstrap3>=8.2.1,<9.0.0 django-formtools>=1.0 # instead of django.contrib.formtools in 1.8 django-markup>=1.1 django-password-strength>=1.2.1