# {# 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==3.4.4
pytest==4.0.1
pytest-aiohttp==0.3.0
pytest-cov==2.6.0

# {% if template_engine.is_jinja %}
aiohttp-jinja2==1.1.0
# {% endif %}

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

# {% if database.is_pg_sqlalchemy %}
aiopg==0.15.0
SQLAlchemy==1.2.14
# {% endif %}
