From 85c165215226e4c70f42f2d2d46542e9cf9471a5 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 20 Aug 2018 14:04:12 +0530 Subject: add django-widget-tweaks to requirements.txt - for tweaking the form field rendering in templates. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e519078..2629a8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ certifi==2018.4.16 chardet==3.0.4 Django==1.11 +django-widget-tweaks==1.4.2 idna==2.7 pytz==2018.5 requests==2.19.1 -- cgit