From: Yoan Le Clanche Date: Mon, 26 Sep 2022 09:19:52 +0000 (+0200) Subject: Set django-debug-toolbar version to avoid installing another Django version X-Git-Tag: 2.8.1-pro~81 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8d71a3449858b0bed26695a1f42548c6f4d93e97;p=teleforma.git Set django-debug-toolbar version to avoid installing another Django version --- diff --git a/requirements-dev.txt b/requirements-dev.txt index d1cc50e1..c313a998 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ ipdb==0.13.8 -django-debug-toolbar \ No newline at end of file +django-debug-toolbar==3.5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 53ca65db..14e4c526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,4 @@ psycopg2==2.8.6 uwsgi pymemcache==3.4.4 Mezzanine==5.0.0 +