Skip to content

Commit

Permalink
pin django-debug-toolbar to avoid broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 11, 2023
1 parent 1f523a7 commit 3f9b640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"django-ckeditor>=6.4.2",
"django-compressor>=3.1",
"django-countries-plus>=1.3.2",
"django-debug-toolbar>=3.2.4",
"django-debug-toolbar>=3.2.4,<4.2.0",
"django-elasticsearch-debug-toolbar>=3.0.2",
"django-elasticsearch-dsl>=7.2.2",
"django-elasticsearch-dsl-drf>=0.22.4",
Expand Down

0 comments on commit 3f9b640

Please sign in to comment.