Created
June 7, 2017 01:57
-
-
Save rvalyi/085c7383ff502f0036688c2e74ef717d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
auto-checkout = * | |
extensions = mr.developer | |
parts = openerp | |
versions = versions | |
sources = sources | |
find-links = http://download.gna.org/pychart/ | |
http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz | |
[sources] | |
pybrasil = git https://github.com/odoo-brazil/pybrasil.git branch=master | |
[openerp] | |
recipe = anybox.recipe.odoo:server | |
version = git https://github.com/OCA/OCB.git odoo 10.0 depth=10 | |
addons = local modules | |
git https://github.com/OCA/server-tools.git parts/server-tools 10.0 | |
git https://github.com/odoo-brazil/l10n-brazil-wip.git parts/l10n_brazil merge-odoo-brazil-wip/l10n-br-base | |
eggs = nose | |
unidecode | |
Pillow | |
phonenumbers | |
unicodecsv | |
watchdog | |
passlib | |
pybrasil | |
email_validator | |
openerp_scripts = nosetests=nosetests command-line-options=-d | |
[versions] | |
pydot = 1.0.28 | |
python-dateutil = 2.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment