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 27, 2016
1 parent c02dd13 commit 33a0457
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,5 @@
cookiecutter==1.4.0
flake8==2.5.5
flake8==2.6.2
sh==1.11
binaryornot==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.13
django-test-plus==1.0.14
factory_boy==2.7.0

# pytest!
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ psycopg2==2.6.1
{%- endif %}

coverage==4.1
flake8==2.5.5
django-test-plus==1.0.13
flake8==2.6.2
django-test-plus==1.0.14
factory_boy==2.7.0

# pytest!
Expand Down

0 comments on commit 33a0457

Please sign in to comment.