Fix debug toolbar dependency
This commit is contained in:
parent
d53ac1ef7a
commit
a5c478dc90
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -195,7 +195,7 @@ six = ">=1.12.0"
|
||||||
name = "django-debug-toolbar"
|
name = "django-debug-toolbar"
|
||||||
version = "3.2"
|
version = "3.2"
|
||||||
description = "A configurable set of panels that display various debug information about the current request/response."
|
description = "A configurable set of panels that display various debug information about the current request/response."
|
||||||
category = "dev"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
|
|
||||||
|
@ -667,7 +667,7 @@ multidict = ">=4.0"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "47c32cba798912fe815f892ce0cf4c5e2e4b2ea8ea9c128e8a6e87b33599b06f"
|
content-hash = "cfa9f7694a048b9ed5f2bba17f2f9c3dd200ba13ad5b1cf6f320890787fd236c"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
appdirs = [
|
appdirs = [
|
||||||
|
|
|
@ -39,6 +39,7 @@ readtime = "^1.1.1"
|
||||||
django-compressor = "^2.4"
|
django-compressor = "^2.4"
|
||||||
"calmjs.parse" = "^1.2.5"
|
"calmjs.parse" = "^1.2.5"
|
||||||
pylibmc = "^1.6.1"
|
pylibmc = "^1.6.1"
|
||||||
|
django-debug-toolbar = "^3.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pre-commit = "^2.7"
|
pre-commit = "^2.7"
|
||||||
|
@ -49,7 +50,6 @@ pytest-cov = "^2.10.1"
|
||||||
pytest-recording = "^0.11.0"
|
pytest-recording = "^0.11.0"
|
||||||
pytest-rerunfailures = "^9.1.1"
|
pytest-rerunfailures = "^9.1.1"
|
||||||
pytest-env = "^0.6.2"
|
pytest-env = "^0.6.2"
|
||||||
django-debug-toolbar = "^3.2"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Reference in a new issue