Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions aiohttp_devtools/start/template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# {# 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.0.1
pytest==3.4.0
aiohttp==3.1.1
pytest==3.5.0
pytest-aiohttp==0.3.0
pytest-cov==2.5.1

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

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

# {% if database.is_pg_sqlalchemy %}
aiopg==0.13.2
SQLAlchemy==1.2.2
SQLAlchemy==1.2.6
# {% endif %}
18 changes: 9 additions & 9 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
coverage==4.4.2
coverage==4.5.1
docutils==0.14
flake8==3.5.0
grablib==0.6.1
pycodestyle==2.3.1
pyflakes==1.6.0
pytest==3.4.0
pytest==3.5.0
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-isort==0.1.0
pytest-mock==1.6.3
pytest-mock==1.7.1
pytest-sugar==0.9.1
pytest-timeout==1.2.1
pytest-toolbox==0.2
pytest-xdist==1.22.0
Sphinx==1.6.6
pytest-xdist==1.22.2
Sphinx==1.7.2

# required to run "start" apps
aiohttp-jinja2==0.15.0
aiohttp-session[secure]==2.2.0
aiohttp-session[aioredis]==2.2.0
aiohttp-jinja2==0.17.0
aiohttp-session[secure]==2.3.0
aiohttp-session[aioredis]==2.3.0
aiopg==0.13.2
SQLAlchemy==1.2.2
SQLAlchemy==1.2.6