X-Git-Url: https://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=buildout.cfg;h=22dfa486be0dc47f2139e3e45903374f9b408d1a;hp=4f47352108a4ce9f95e1fe06f6a1c8663da4ccf7;hb=064893e1b0123e2e8365f45f6b4758c1da12bd02;hpb=d077734a1b76ffe256dbc95f79fb19efc7bd1eb4 diff --git a/buildout.cfg b/buildout.cfg index 4f47352..22dfa48 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -22,10 +22,12 @@ eggs = django-reversion simplejson django-ajax-selects - reportlab - html5lib - pyPDF - pisa +# LA PROD ne dispose que de reportlab 2.1, incompatible avec +# les versions de pisa assez évoluées pour un bon rendu. +# reportlab +# html5lib +# pyPDF +# pisa [versions] django-admin-tools = 0.4.0 @@ -36,10 +38,11 @@ auf.django.auth = 0.5.2dev django-reversion = 1.3.3 auf.django.workflow = 0.10dev django-ajax-selects = 1.1.4 -reportlab = 2.5 -html5lib = 0.90 -pyPDF = 1.13 -pisa = 3.0.33 + +#reportlab = 2.5 +#html5lib = 0.90 +#pyPDF = 1.13 +#pisa = 3.0.33 [django] recipe = auf.recipe.django