added ace editor support
This commit is contained in:
parent
10b74fbc4f
commit
86cb2d7c13
282 changed files with 3601 additions and 47 deletions
|
@ -17,3 +17,5 @@ common-pkgs:
|
|||
- python-dev
|
||||
- pkg-config
|
||||
- curl
|
||||
- libxml2-dev
|
||||
- libxslt-dev
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue