]> git.parisson.com Git - teleforma.git/commitdiff
update requirements
authorGuillaumme Pellerin <yomguy@parisson.com>
Mon, 4 Feb 2019 23:37:29 +0000 (00:37 +0100)
committerGuillaumme Pellerin <yomguy@parisson.com>
Mon, 4 Feb 2019 23:37:29 +0000 (00:37 +0100)
Dockerfile
requirements-debian.txt
requirements.txt

index f83610d3bbb2c158faa78a49b5c1e5fcd3974419..9cc400500a6c9abdc2a3d6db39dd76e8c901b621 100644 (file)
@@ -40,11 +40,12 @@ ENV LANG fr_FR.UTF-8
 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
 
index 64bb17ad4893725fdefe1a9d3b4c4c1ea40f616b..0a3dae0e33bf2a8b5c51e5d46a327191d2c4377c 100644 (file)
@@ -3,3 +3,8 @@ netcat
 vim
 locales
 python-yaml
+libshout3-dev
+librtmp-dev
+liblo-dev
+libcurl4-openssl-dev
+cython
index 0898302088788960324b46f166638abf88218a5f..c497d967ad097afddc105e80512ca7e78c5dbd3d 100644 (file)
@@ -1,20 +1,20 @@
-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