Skip to content

Commit

Permalink
Merge pull request #4760 from elpatiostudio/fix/pipfile-incompatible-…
Browse files Browse the repository at this point in the history
…versions

Fix/pipfile incompatible versions fixes #4759
  • Loading branch information
maarcingebala committed Sep 25, 2019
2 parents 48d3bff + f625b42 commit b90b838
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 192 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pylint = "*"
pylint_celery = "*"
isort = "*"
yapf = "*"
django-debug-toolbar = "<2" # The Request History plugin isn't compatible with 2.0
django-debug-toolbar = "*"
django-debug-toolbar-request-history = "*"
django-extensions = "*"
pylint-plugin-utils = "*"
Expand Down

0 comments on commit b90b838

Please sign in to comment.