From 89732a30574a7030d76428031f41e99d42016aa8 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 4 Jan 2017 19:35:55 +0100 Subject: [PATCH] Use new fork of django-formset-js --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 8ec953b742..425f34271a 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -3,7 +3,7 @@ Django>=1.10,<1.11 python-dateutil pytz django-bootstrap3>=7.1,<7.2 -git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js +django-formset-js-improved==0.5.0.1 django-compressor==2.1 reportlab>=3.2,<3.3 PyPDF2==1.26.*