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 May 23, 2016
1 parent 7e10420 commit faf1cad
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
Expand Up @@ -6,5 +6,5 @@ binaryornot==0.4.0
# Testing
pytest==2.9.1
pep8==1.7.0
pyflakes==1.2.2
pyflakes==1.2.3
tox==2.3.1
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Local development dependencies go here
-r base.txt

coverage==4.0.3
coverage==4.1
Sphinx
django-extensions==1.6.6
django-extensions==1.6.7
django-test-plus==1.0.12
factory_boy==2.7.0

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 @@ -7,7 +7,7 @@
psycopg2==2.6.1
{%- endif %}

coverage==4.0.3
coverage==4.1
flake8==2.5.4
django-test-plus==1.0.12
factory_boy==2.7.0
Expand Down

0 comments on commit faf1cad

Please sign in to comment.