# Requirements file for {{ info.pkg_name_version }}
#
# Use with:
#
#     pip install -r {{ info.pkg_name_version }}.txt

{% for item in info.get_requirement_strings() %}
{{ item }}
{% endfor %}
