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 = ...@@ -39,6 +39,8 @@ extends =
../../component/python-ldap-python/buildout.cfg ../../component/python-ldap-python/buildout.cfg
../../component/rdiff-backup/buildout.cfg ../../component/rdiff-backup/buildout.cfg
../../component/scikit-learn/buildout.cfg ../../component/scikit-learn/buildout.cfg
../../component/scikit-image/buildout.cfg
../../component/PyWavelets/buildout.cfg
../../component/stunnel/buildout.cfg ../../component/stunnel/buildout.cfg
../../component/subversion/buildout.cfg ../../component/subversion/buildout.cfg
../../component/tesseract/buildout.cfg ../../component/tesseract/buildout.cfg
...@@ -92,6 +94,8 @@ parts += ...@@ -92,6 +94,8 @@ parts +=
kumo kumo
w3-validator w3-validator
tesseract tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
scipy scipy
ocropy ocropy
hookbox hookbox
...@@ -448,6 +452,7 @@ eggs = ${neoppod:eggs} ...@@ -448,6 +452,7 @@ eggs = ${neoppod:eggs}
${pycrypto-python:egg} ${pycrypto-python:egg}
${scipy:egg} ${scipy:egg}
${scikit-learn:egg} ${scikit-learn:egg}
${scikit-image:egg}
sympy sympy
${h5py:egg} ${h5py:egg}
openpyxl openpyxl
...@@ -497,6 +502,9 @@ eggs = ${neoppod:eggs} ...@@ -497,6 +502,9 @@ eggs = ${neoppod:eggs}
xfw xfw
jsonschema jsonschema
selenium selenium
pytesseract
decorator
networkx
# Needed for checking ZODB Components source code # Needed for checking ZODB Components source code
pylint pylint
pytracemalloc pytracemalloc
...@@ -657,7 +665,7 @@ zope.app.testing = 3.8.1 ...@@ -657,7 +665,7 @@ zope.app.testing = 3.8.1
# Pinned versions # Pinned versions
APacheDEX = 1.6.2 APacheDEX = 1.6.2
Pillow = 4.0.0 Pillow = 5.2.0
Products.CMFActionIcons = 2.1.3 Products.CMFActionIcons = 2.1.3
Products.DCWorkflowGraph = 0.4.1 Products.DCWorkflowGraph = 0.4.1
# Products.ExternalEditor 2.0.0's dtml is not based on Zope2 OFS's one. # Products.ExternalEditor 2.0.0's dtml is not based on Zope2 OFS's one.
...@@ -725,6 +733,7 @@ validictory = 1.1.0 ...@@ -725,6 +733,7 @@ validictory = 1.1.0
xfw = 0.10 xfw = 0.10
xupdate-processor = 0.4 xupdate-processor = 0.4
selenium = 3.8.0 selenium = 3.8.0
pytesseract = 0.2.2
zbarlight = 2.0 zbarlight = 2.0
# Required by: # Required by:
...@@ -782,3 +791,4 @@ unidiff = 0.5.5 ...@@ -782,3 +791,4 @@ unidiff = 0.5.5
# Required by: # Required by:
# deepdiff = 3.3.0 # deepdiff = 3.3.0
jsonpickle = 0.9.6 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