Commit 49cf1861 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: remove some unused eggs

erp5.recipe.w3validator is not installed, it was just a version pin
because when running buildout updating the software needs a version
pin, by now all softwares must have been updated.
parent 15f77b85
...@@ -469,7 +469,6 @@ eggs = ${neoppod:eggs} ...@@ -469,7 +469,6 @@ eggs = ${neoppod:eggs}
pytz pytz
requests requests
responses responses
threadframe
urlnorm urlnorm
uuid uuid
xml_marshaller xml_marshaller
...@@ -524,9 +523,7 @@ eggs = ${neoppod:eggs} ...@@ -524,9 +523,7 @@ eggs = ${neoppod:eggs}
five.localsitemanager five.localsitemanager
# Other products # Other products
Products.DCWorkflowGraph
Products.MimetypesRegistry Products.MimetypesRegistry
Products.ExternalEditor
Products.TIDStorage Products.TIDStorage
Products.LongRequestLogger Products.LongRequestLogger
...@@ -552,10 +549,8 @@ eggs = ${neoppod:eggs} ...@@ -552,10 +549,8 @@ eggs = ${neoppod:eggs}
ipykernel ipykernel
# Used by DiffTool # Used by DiffTool
xmltodict
deepdiff deepdiff
unidiff unidiff
jsonpickle
# WSGI server # WSGI server
zope.globalrequest zope.globalrequest
...@@ -665,9 +660,6 @@ zope.app.testing = 3.8.1 ...@@ -665,9 +660,6 @@ zope.app.testing = 3.8.1
APacheDEX = 1.8 APacheDEX = 1.8
Pillow = 6.2.2 Pillow = 6.2.2
Products.CMFActionIcons = 2.1.3 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.
Products.ExternalEditor = 1.1.1
Products.GenericSetup = 1.8.6 Products.GenericSetup = 1.8.6
Products.LongRequestLogger = 2.1.0 Products.LongRequestLogger = 2.1.0
# Products.MimetypesRegistry 2.1 requires AccessControl>=3.0.0Acquisition. # Products.MimetypesRegistry 2.1 requires AccessControl>=3.0.0Acquisition.
...@@ -710,7 +702,6 @@ rsa = 3.4.2 ...@@ -710,7 +702,6 @@ rsa = 3.4.2
spyne = 2.12.14 spyne = 2.12.14
suds = 0.4 suds = 0.4
facebook-sdk = 2.0.0 facebook-sdk = 2.0.0
threadframe = 0.2
urlnorm = 1.1.4 urlnorm = 1.1.4
uuid = 1.30 uuid = 1.30
validictory = 1.1.0 validictory = 1.1.0
...@@ -729,8 +720,6 @@ zope.globalrequest = 1.5 ...@@ -729,8 +720,6 @@ zope.globalrequest = 1.5
waitress = 1.4.4 waitress = 1.4.4
xlrd = 1.1.0 xlrd = 1.1.0
# Re-add for as it is required to be there for uninstallation
erp5.recipe.w3validator = 1.0.2
Products.ZSQLMethods = 2.13.5 Products.ZSQLMethods = 2.13.5
fpconst = 0.7.2 fpconst = 0.7.2
graphviz = 0.5.2 graphviz = 0.5.2
...@@ -745,7 +734,6 @@ mpmath = 0.19 ...@@ -745,7 +734,6 @@ mpmath = 0.19
openpyxl = 2.4.8 openpyxl = 2.4.8
sympy = 1.1.1 sympy = 1.1.1
jdcal = 1.3 jdcal = 1.3
xmltodict = 0.11.0
deepdiff = 3.3.0 deepdiff = 3.3.0
unidiff = 0.5.5 unidiff = 0.5.5
jsonpickle = 0.9.6 jsonpickle = 0.9.6
......
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