Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ophélie Gagnard
slapos
Commits
a0acc7c6
Commit
a0acc7c6
authored
Jul 13, 2018
by
Valentin Benozillo
Committed by
Tristan Cavelier
Jul 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/erp5: add pytesseract & scikit-image
add PyWavelets, decorator, networkx version up: Pillow 5.2.0
parent
51e18381
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+11
-1
No files found.
stack/erp5/buildout.cfg
View file @
a0acc7c6
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment