From 76d93d8592766137a7ba7d4a7694d3c88f4acdd0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 29 Jun 2015 20:51:45 +0200 Subject: [PATCH] Bypass in CleanerVersion --- src/requirements/production.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 4577694d33..4d569a85d3 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -4,7 +4,8 @@ python-dateutil>=2.4,<2.5 pytz django-bootstrap3>=6.1,<6.2 -e git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js -cleanerversion>=1.5,<1.6 +#cleanerversion>=1.5,<1.6 +-e git+https://github.com/pretix/cleanerversion.git@pretix#egg=CleanerVersion django-compressor>=1.5,<2.0 reportlab>=3.1.44,<3.2 -e git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2