From 2d629c6a0376cddaf3347c3684c5f22432d6d4d1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 26 Sep 2015 19:08:15 +0200 Subject: [PATCH] Removed -e from requirements --- src/requirements/production.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 0771b1c10..2f4f35c36 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -3,12 +3,12 @@ Django>=1.8,<1.9 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 +git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js cleanerversion==1.5.3 -#-e git+https://github.com/pretix/cleanerversion.git@pretix#egg=CleanerVersion +#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 +git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2 easy-thumbnails>=2.2,<3 # Deployment / static file compilation requirements @@ -17,4 +17,4 @@ html5lib slimit lxml static3==0.6.1 --e git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static +git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static