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

Commit

Permalink
Merge branch 'master' of github.com:valerymelou/cookiecutter-django-gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Apr 9, 2018
2 parents 2f51d6c + 7ea31ec commit f717a73
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.12.14
binaryornot==0.4.4

# Testing
pytest==3.3.1
pytest==3.4.0
pep8==1.7.1
pyflakes==1.6.0
tox==2.9.1
Expand Down
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.30.0
{%- endif %}

# Bleeding edge Django
django==1.11.7
django==2.0.2

# Configuration
django-environ==0.4.4
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 @@ -5,7 +5,7 @@ Sphinx==1.6.6
coverage==4.4.2
django-extensions==1.9.9
django-test-plus==1.0.22
factory-boy==2.9.2
factory-boy==2.10.0

django-debug-toolbar==1.9.1

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 @@ -10,7 +10,7 @@ psycopg2==2.7.3.2
coverage==4.4.2
flake8==3.4.1
django-test-plus==1.0.22
factory-boy==2.9.2
factory-boy==2.10.0

# pytest!
pytest-django==3.1.2
Expand Down

0 comments on commit f717a73

Please sign in to comment.