2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Remove support for django-debug-toolbar (#6196)

* Remove support for django-debug-toolbar

- Will not be effective with new react interface
- Performance is too slow for use anyway

* Fix requirements-dev.txt
This commit is contained in:
Oliver
2024-01-11 07:18:20 +11:00
committed by GitHub
parent 5135d6b5d1
commit d1cc81fc9f
5 changed files with 0 additions and 33 deletions

View File

@ -42,10 +42,7 @@ distlib==0.3.7
django==3.2.23
# via
# -c requirements.txt
# django-debug-toolbar
# django-slowtests
django-debug-toolbar==4.2.0
# via -r requirements-dev.in
django-slowtests==1.1.1
# via -r requirements-dev.in
django-test-migrations==1.3.0
@ -102,7 +99,6 @@ sqlparse==0.4.4
# via
# -c requirements.txt
# django
# django-debug-toolbar
toml==0.10.2
# via coverage
tomli==2.0.1