From fb447236f62152be4b7715a08f43c5deaaf3a58f Mon Sep 17 00:00:00 2001 From: karmaking Date: Fri, 31 Aug 2018 12:20:49 +0200 Subject: [PATCH] added requirement added django-bootstrap-datepicker-plus as requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c879a2..75753e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,6 @@ requests-oauthlib==0.6.2 PyJWT==1.5.3 gunicorn==19.6.0 matplotlib +django-bootstrap-datepicker-plus django-mathfilters -django-bootstrap3 \ No newline at end of file +django-bootstrap3