Commit a0acc7c6 authored by Valentin Benozillo's avatar Valentin Benozillo Committed by Tristan Cavelier

stack/erp5: add pytesseract & scikit-image

add PyWavelets, decorator, networkx
version up: Pillow 5.2.0
parent 51e18381
......@@ -39,6 +39,8 @@ extends =
../../component/python-ldap-python/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../component/scikit-learn/buildout.cfg
../../component/scikit-image/buildout.cfg
../../component/PyWavelets/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/subversion/buildout.cfg
../../component/tesseract/buildout.cfg
......@@ -92,6 +94,8 @@ parts +=
kumo
w3-validator
tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
scipy
ocropy
hookbox
......@@ -448,6 +452,7 @@ eggs = ${neoppod:eggs}
${pycrypto-python:egg}
${scipy:egg}
${scikit-learn:egg}
${scikit-image:egg}
sympy
${h5py:egg}
openpyxl
......@@ -497,6 +502,9 @@ eggs = ${neoppod:eggs}
xfw
jsonschema
selenium
pytesseract
decorator
networkx
# Needed for checking ZODB Components source code
pylint
pytracemalloc
......@@ -657,7 +665,7 @@ zope.app.testing = 3.8.1
# Pinned versions
APacheDEX = 1.6.2
Pillow = 4.0.0
Pillow = 5.2.0
Products.CMFActionIcons = 2.1.3
Products.DCWorkflowGraph = 0.4.1
# Products.ExternalEditor 2.0.0's dtml is not based on Zope2 OFS's one.
......@@ -725,6 +733,7 @@ validictory = 1.1.0
xfw = 0.10
xupdate-processor = 0.4
selenium = 3.8.0
pytesseract = 0.2.2
zbarlight = 2.0
# Required by:
......@@ -782,3 +791,4 @@ unidiff = 0.5.5
# Required by:
# deepdiff = 3.3.0
jsonpickle = 0.9.6
decorator = 4.3.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment