Cédric Krier pushed to branch branch/default at Tryton / Tryton Docker
Commits:
dde2c514 by Cédric Krier at 2023-05-03T10:02:18+02:00
Add dependencies for barcode and qrcode
- - - - -
1 changed file:
- 6.8/Dockerfile
Changes:
=====================================
6.8/Dockerfile
=====================================
@@ -72,6 +72,9 @@
pip3 install --no-cache-dir "trytond_${module} == ${SERIES}.*" || exit
1; \
done \
&& pip3 install --no-cache-dir \
+ python-barcode[images] \
+ qrcode[pil] \
+ webcolors \
phonenumbers \
pycountry \
pygal \
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton-docker/-/commit/dde2c5144f86b42e78f2b0f1960af44d1b391e40
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton-docker/-/commit/dde2c5144f86b42e78f2b0f1960af44d1b391e40
You're receiving this email because of your account on foss.heptapod.net.