Files @ 4a23a2f7f56a
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/wsgi_requirements.txt.j2

branko
MAR-151: Update/fix test site wsgihello2 role:

- Include six as dependency for ipcalc (bug in packaging of ipcalc).
- Updated requirements for the application.
- Specify the wsgi_requirements_in parameter, and update the
wsgi_requirements parameter.
1
2
3
{% for requirement in wsgi_requirements %}
{{ requirement }}
{% endfor %}