Commit af089ec5 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent de5f1589
...@@ -567,13 +567,9 @@ eggs = ${neoppod:eggs} ...@@ -567,13 +567,9 @@ eggs = ${neoppod:eggs}
jsonpickle jsonpickle
# WSGI server # WSGI server
Paste gevent
PasteDeploy greenlet
PasteScript zope.globalrequest
repoze.retry
repoze.tm2
WSGIUtils
gunicorn
# parameterizing the version of the generated python interpreter name by the # parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the # python section version causes dependency between this egg section and the
...@@ -581,7 +577,6 @@ eggs = ${neoppod:eggs} ...@@ -581,7 +577,6 @@ eggs = ${neoppod:eggs}
interpreter = ${buildout:python} interpreter = ${buildout:python}
scripts = scripts =
apachedex apachedex
paster
repozo repozo
runzope runzope
runzeo runzeo
...@@ -645,12 +640,8 @@ python-ldap = 2.4.32+SlapOSPatched001 ...@@ -645,12 +640,8 @@ python-ldap = 2.4.32+SlapOSPatched001
python-magic = 0.4.12+SlapOSPatched001 python-magic = 0.4.12+SlapOSPatched001
# use newer version than specified in ZTK # use newer version than specified in ZTK
Paste = 3.0.6 PasteDeploy = 1.5.2
PasteDeploy = 2.0.1
PasteScript = 3.0.0
argparse = 1.4.0 argparse = 1.4.0
repoze.retry = 1.4
repoze.who = 2.3
zope.dottedname = 4.1.0 zope.dottedname = 4.1.0
# test_UserManagerInterfaces in testERP5Security fails with 1.10.0. # test_UserManagerInterfaces in testERP5Security fails with 1.10.0.
...@@ -708,7 +699,7 @@ eventlet = 0.20.1 ...@@ -708,7 +699,7 @@ eventlet = 0.20.1
five.formlib = 1.0.4 five.formlib = 1.0.4
five.localsitemanager = 2.0.5 five.localsitemanager = 2.0.5
google-api-python-client = 1.6.1 google-api-python-client = 1.6.1
greenlet = 0.4.12 greenlet = 0.4.15
http-parser = 0.8.3 http-parser = 0.8.3
httplib2 = 0.10.3 httplib2 = 0.10.3
huBarcode = 1.0.0 huBarcode = 1.0.0
...@@ -755,7 +746,8 @@ zbarlight = 2.0 ...@@ -755,7 +746,8 @@ zbarlight = 2.0
cloudpickle = 0.5.3 cloudpickle = 0.5.3
dask = 0.18.1 dask = 0.18.1
toolz = 0.9.0 toolz = 0.9.0
gunicorn = 19.9.0 gevent = 1.4.0
zope.globalrequest = 1.5
# Re-add for as it is required to be there for uninstallation # Re-add for as it is required to be there for uninstallation
erp5.recipe.w3validator = 1.0.2 erp5.recipe.w3validator = 1.0.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