From 3c5a14c97b6f8d2058cd7e009b88ba8d3ec9c4f3 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sun, 7 May 2017 14:18:52 +1000 Subject: [PATCH] require django-bootstrap-forms While pinax-theme-bootstrap pulls this in, we use this directly too, so we need to put this into our top level reqs too. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 273e8ac6..b86eeb30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ dj-static==0.0.6 dj-database-url==0.4.0 pylibmc==1.5.1 django-debug-toolbar>=1.7 +django-bootstrap-form djangosaml2 django-gapc-storage