Files @ 180d7b99f777
Branch filter:

Location: majic-ansible-roles/roles/common/templates/pipreqcheck_requirements.txt.j2

branko
MAR-146: Added separate parameter for Pyhton 3 virtual environment used for upgrade checks:

- Release notes updated to mention the breaking change.
- Updated role reference documentation to cover the new parameter.
- Updated default values for the dedicated Python virtual
environments.
- Update role common to deploy separate requirements for the two
environments.
- Include wheel package in the requirements.
1
2
3
{% for requirement in item.requirements %}
{{ requirement }}
{% endfor %}