ENV LANGUAGE fr_FR:fr
ENV LC_ALL fr_FR.UTF-8
+RUN pip install cython
COPY requirements.txt /srv
RUN pip install -r requirements.txt
-COPY requirements-dev.txt /srv
-RUN pip install -r requirements-dev.txt --src /srv/lib
+#COPY requirements-dev.txt /srv
+#RUN pip install -r requirements-dev.txt --src /srv/lib
WORKDIR /srv/app
-setuptools
+setuptools<=39.1.0
django==1.8.*
telemeta==1.7.1
django-pagination==1.0.7
django-postman==3.2.0
-django-extensions==0.9
+django-extensions==2.1.0
django-notes
django-timezones==0.2
django-jqchat
django-registration==0.8
-django-extra-views==0.6.5
+django-extra-views==0.10.0
django-simple-captcha
django-suit
django-nvd3
django-user-agents
-xhtml2pdf
-html5lib==0.95
+html5lib>=1.0
+xhtml2pdf==0.2.3
+markdown<2.5
django-tinymce==1.5.4
-django-quiz
deefuzzer