Commit 340b0a67 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5-zope4py3: More eggs to upgrade/removed to fix ERP5 startup.

parent 303e1e70
...@@ -87,13 +87,21 @@ include-dirs += ...@@ -87,13 +87,21 @@ include-dirs +=
[eggs] [eggs]
eggs -= eggs -=
# Python 2 only ## Python 2 only
ZServer ZServer
urlnorm urlnorm
Products.DCWorkflowGraph Products.DCWorkflowGraph
# tracemalloc is now part of Python 3.4! uuid
# Probably not worth the effort (used for backuping multi-ZODB instances and has
# been discouraged for many years over NEO)
Products.TIDStorage
## Python < 3.5
typing
# TODO: ZServer only but must be migrated to zope4py3
Products.LongRequestLogger
## tracemalloc is now part of Python 3.4!
pytracemalloc pytracemalloc
# XXX: The following eggs have no support for Python 3. Ignore for now. ## XXX: The following eggs have no support for Python 3. Ignore for now.
ocropy ocropy
${ocropy:egg} ${ocropy:egg}
PyXML PyXML
...@@ -111,7 +119,6 @@ eggs -= ...@@ -111,7 +119,6 @@ eggs -=
${h5py:egg} ${h5py:egg}
${statsmodels:egg} ${statsmodels:egg}
astor astor
# jupter base egg
jupyter jupyter
# explicit eggs to generate scripts from them # explicit eggs to generate scripts from them
jupyter_client jupyter_client
...@@ -150,10 +157,20 @@ zc.recipe.egg = 2.0.3+slapos003 ...@@ -150,10 +157,20 @@ zc.recipe.egg = 2.0.3+slapos003
pyasn1-modules = 0.2.8 pyasn1-modules = 0.2.8
pyasn1 = 0.4.8 pyasn1 = 0.4.8
# Version up to support Python 3.7 ## Version up to support Python 3.7
numpy = 1.16.6 numpy = 1.16.6
pandas = 0.24.2 pandas = 0.24.2
# XXX: No version of scipy is both compatible with Python 2.7 and 3.7 google-api-python-client = 2.41.0
# google-api-python-client version bump
uritemplate = 3.0.1
google-api-core = 2.7.1
google-auth-httplib2 = 0.1.0
google-auth = 2.6.0
httplib2 = 0.15.0
protobuf = 3.19.4
googleapis-common-protos = 1.55.0
cachetools = 5.0.0
## XXX: No version of scipy is both compatible with Python 2.7 and 3.7
scipy = 1.5.2 scipy = 1.5.2
#scikit-learn = 0.20.4 #scikit-learn = 0.20.4
statsmodels = 0.10.2 statsmodels = 0.10.2
......
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