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.*