Commit 932eea19 authored by Julien Muchembled's avatar Julien Muchembled

erp5.util: add missing dependency to 'six'

parent 435d57db
......@@ -49,6 +49,7 @@ setup(name=name,
install_requires=[
'setuptools', # namespaces
'psutil >= 0.5.0',
'six',
],
extras_require={
'testnode': ['slapos.core', 'xml_marshaller', 'psutil >= 0.5.0'],
......
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