added ace editor support

This commit is contained in:
Matthew Scragg 2013-09-30 23:10:10 -05:00
parent 10b74fbc4f
commit 86cb2d7c13
282 changed files with 3601 additions and 47 deletions

View file

@ -17,3 +17,5 @@ common-pkgs:
- python-dev
- pkg-config
- curl
- libxml2-dev
- libxslt-dev

View file

@ -5,7 +5,7 @@ python-pkgs:
- python-pip
- build-essential
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent' ] %}
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent', 'lxml' ] %}
{{ pkg }}-pip:
pip:
- name: {{ pkg }}