# {# This file is special: lines are made unique, stripped and sorted before the new requirements.txt file is created #}
# you will need to install these requirements with `pip install -r requirements.txt`

aiohttp==1.2.0
trafaret-config==1.0.1
pytest==3.0.5
pytest-aiohttp==0.1.3
pytest-cov==2.4.0

# {% if template_engine.is_jinja2 %}
aiohttp-jinja2==0.8.0
# {% endif %}

# {% if session.is_secure %}
aiohttp-session[secure]==0.7.1
# {% endif %}

# {% if database.is_pg_sqlalchemy %}
aiopg==0.12.0
SQLAlchemy==1.1.4
# {% endif %}
