Commit b99c54ef authored by Tatuya Kamada's avatar Tatuya Kamada

ERP5: Add xlrd egg that is required by pandas.read_excel()

parent 03cae6ae
Pipeline #6415 failed with stage
...@@ -518,6 +518,7 @@ eggs = ${neoppod:eggs} ...@@ -518,6 +518,7 @@ eggs = ${neoppod:eggs}
# Needed for checking ZODB Components source code # Needed for checking ZODB Components source code
pylint pylint
pytracemalloc pytracemalloc
xlrd
# Zope # Zope
Zope2 Zope2
...@@ -759,6 +760,7 @@ dask = 0.18.1 ...@@ -759,6 +760,7 @@ dask = 0.18.1
toolz = 0.9.0 toolz = 0.9.0
zope.globalrequest = 1.5 zope.globalrequest = 1.5
waitress = 1.3.0 waitress = 1.3.0
xlrd = 1.1.0
# 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