There's more...

If one addon module that you need requires an external Python dependency, you can add it to the [odoo] section using the eggs setting. For instance, to add unicodecsv to the buildout, use the following:

[odoo] 
eggs += unicodecsv 
 
[versions] 
unicodecsv = 0.14.1