Commit 475e9ac8 authored by Aurel's avatar Aurel

working version

parent 2c41c656
......@@ -4,14 +4,29 @@ extends =
# Exact versions from Zope 4
versions.cfg
versions-prod.cfg
parts -=
template-neo
parts +=
# Development eggs
slapos-cookbook-develop
slapos-cookbook
zopescripts
parts -=
template-neo
[zopescripts]
recipe = zc.recipe.egg
interpreter = zopepy
eggs =
Zope
Paste
ZEO
# Former zope dependencies
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
[python]
part = python3
......@@ -39,7 +54,7 @@ parts -=
tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
neoppod
# neoppod
testrunner
test_suite_runner
......@@ -139,13 +154,23 @@ eggs -=
jupyterlab
jupyterlab-launcher
pytesseract
${neoppod:eggs}
# ${neoppod:eggs}
eggs +=
Zope
Paste
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic-4.5.patch#e923ab436d53282df536de3ef7d3e127
[versions]
# patched eggs
Acquisition = 4.5+SlapOSPatched001
#Acquisition = 4.6+SlapOSPatched001
# zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's
# revert to the version contained in stack/slapos.cfg
......@@ -164,4 +189,5 @@ statsmodels = 0.10.2
pyzmq = 19.0.2
PyStemmer = 2.0.1
python-ldap = 3.1.0
ipython = 0.10.2
\ No newline at end of file
ipython = 0.10.2
cryptography = 3.2.1
\ No newline at end of file
......@@ -448,18 +448,15 @@ eggs = ${neoppod:eggs}
typing
pytracemalloc
xlrd
# Zope
Zope2
# Zope acquisition patch
Acquisition
# for runzeo
ZEO
# Other Zope 2 packages
Products.PluggableAuthService
Products.PluginRegistry
# CMF 2.2
Products.CMFActionIcons
Products.CMFCalendar
......@@ -470,45 +467,35 @@ eggs = ${neoppod:eggs}
Products.DCWorkflow
Products.GenericSetup
five.localsitemanager
# Other products
Products.DCWorkflowGraph
Products.MimetypesRegistry
Products.ExternalEditor
Products.TIDStorage
Products.LongRequestLogger
# BBB: Temporarily keep zope.app.testing awaiting we use newer version of CMF
# (for tests like testCookieCrumbler).
zope.app.testing
# Currently forked in our repository
# Products.PortalTransforms
# Dependency for our fork of PortalTransforms
StructuredText
# Needed for parsing .po files from our Localizer subset
polib
# Needed for Google OAuth
google-api-python-client
# Need for Facebook OAuth
facebook-sdk
# Used by ERP5 Jupyter backend
# ipykernel
# Used by DiffTool
xmltodict
deepdiff
unidiff
jsonpickle
# WSGI server
zope.globalrequest
waitress
# parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the
# installation of python, which we don't want on an instance
......@@ -571,7 +558,7 @@ depends =
# neoppod, mysqlclient, slapos.recipe.template
# patched eggs
Acquisition = 2.13.12+SlapOSPatched001
#Acquisition = 2.13.12+SlapOSPatched001
Products.DCWorkflow = 2.2.4+SlapOSPatched001
ocropy = 1.0+SlapOSPatched001
pysvn = 1.7.10+SlapOSPatched002
......
......@@ -35,7 +35,7 @@ appdirs = 1.4.3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
distlib = 0.3.0
docutils = 0.12
docutils = 0.16
filelock = 3.0.12
importlib-metadata = 1.3.0
importlib-resources = 1.0.2
......@@ -62,7 +62,7 @@ typing = 3.7.4.1
virtualenv = 20.0.4
z3c.checkversions = 1.1
zExceptions = 2.13.0
zLOG = 2.11.2
zLOG = 3.1
zc.buildout = 2.3.1
zc.lockfile = 1.0.2
zc.recipe.egg = 2.0.5
......
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