Skip to content
Extraits de code Groupes Projets
Valider f949e4f0 rédigé par remi-filament's avatar remi-filament
Parcourir les fichiers

Add WTForms

parent 8572bb5e
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -39,7 +39,7 @@ RUN set -x; \ ...@@ -39,7 +39,7 @@ RUN set -x; \
&& apt-get install -y --no-install-recommends ${APT_DEPS} \ && apt-get install -y --no-install-recommends ${APT_DEPS} \
&& curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin \ && curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin \
&& pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt \ && pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt \
&& pip install simplejson \ && pip install simplejson WTForms \
&& apt-get -y purge ${APT_DEPS} \ && apt-get -y purge ${APT_DEPS} \
&& apt-get -y autoremove \ && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* /tmp/* wkhtmltox.deb && rm -rf /var/lib/apt/lists/* /tmp/* wkhtmltox.deb
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter