diff --git a/poetry.lock b/poetry.lock index e2ce75a..b371bf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -195,7 +195,7 @@ six = ">=1.12.0" name = "django-debug-toolbar" version = "3.2" description = "A configurable set of panels that display various debug information about the current request/response." -category = "dev" +category = "main" optional = false python-versions = ">=3.6" @@ -667,7 +667,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "47c32cba798912fe815f892ce0cf4c5e2e4b2ea8ea9c128e8a6e87b33599b06f" +content-hash = "cfa9f7694a048b9ed5f2bba17f2f9c3dd200ba13ad5b1cf6f320890787fd236c" [metadata.files] appdirs = [ diff --git a/pyproject.toml b/pyproject.toml index ad8b86e..4e1fe1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ readtime = "^1.1.1" django-compressor = "^2.4" "calmjs.parse" = "^1.2.5" pylibmc = "^1.6.1" +django-debug-toolbar = "^3.2" [tool.poetry.dev-dependencies] pre-commit = "^2.7" @@ -49,7 +50,6 @@ pytest-cov = "^2.10.1" pytest-recording = "^0.11.0" pytest-rerunfailures = "^9.1.1" pytest-env = "^0.6.2" -django-debug-toolbar = "^3.2" [build-system] requires = ["poetry-core>=1.0.0"]