Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jun 6, 2016
1 parent faf1cad commit 9ddc985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sh==1.11
binaryornot==0.4.0

# Testing
pytest==2.9.1
pytest==2.9.2
pep8==1.7.0
pyflakes==1.2.3
tox==2.3.1
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wheel==0.29.0
{%- endif %}

# Bleeding edge Django
django==1.9.6
django==1.9.7

# Configuration
django-environ==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
coverage==4.1
Sphinx
django-extensions==1.6.7
django-test-plus==1.0.12
django-test-plus==1.0.13
factory_boy==2.7.0

# pytest!
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg2==2.6.1

coverage==4.1
flake8==2.5.4
django-test-plus==1.0.12
django-test-plus==1.0.13
factory_boy==2.7.0

# pytest!
Expand Down

0 comments on commit 9ddc985

Please sign in to comment.