15 lines
415 B
Plaintext
15 lines
415 B
Plaintext
python-pkgs:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- python-dev
|
|
- python-pip
|
|
- build-essential
|
|
|
|
{% 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 }}
|
|
- installed
|
|
- require:
|
|
- pkg.installed: python-pkgs
|
|
{% endfor %} |