Skip to content

Commit

Permalink
adds missing django-debug-toolbar prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Nov 25, 2024
1 parent 40b2cb0 commit 5598a13
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions testsite/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# djaodjin-pages
bleach==6.0.0
Django==3.2.23
Django==3.2.25
djangorestframework==3.14.0 # 3.12.4 does not support Django4.2
djaodjin-deployutils==0.10.7
djaodjin-extended-templates==0.4.5
djaodjin-deployutils==0.11.0
djaodjin-extended-templates==0.4.6
mammoth==1.6.0
markdownify==0.11.6
Markdown==3.4.1
Expand All @@ -12,6 +12,9 @@ requests==2.31.0

# testsite-only
coverage==6.3.2
django-extensions==3.1.5
gunicorn==19.7.1
django-debug-toolbar==3.8.1 # 3.4.0 requires Django>=3.2
# 3.2.4 fails with SQLPanel is not scriptable
# 2.2.1 is the last version for Django2.2
django-extensions==3.2.1
gunicorn==20.1.0
whitenoise==5.1.0

0 comments on commit 5598a13

Please sign in to comment.