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 6, 2016
1 parent cc9e5a9 commit 9323415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0
pyflakes==1.2.1
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.5
django==1.9.6

# 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 @@ -3,7 +3,7 @@

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

Expand Down

0 comments on commit 9323415

Please sign in to comment.