From ed8d3ba819fd0b950591516302f6b4e2faeb19fe Mon Sep 17 00:00:00 2001 From: James Gilmore Date: Sat, 30 Mar 2024 13:15:25 +0000 Subject: [PATCH] Add `django-jazzmin` to list of tox dependencies to get version To be able to automatically get the version of the installed package of `django-jazzmin` we need to explicitly install the package as well. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4e76b3a3..89b85a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,6 +117,7 @@ commands = {envpython} -m flake8 jazzmin --max-line-length 120 {envpython} -m pytest deps = + django-jazzmin # Installing self to allow automatic getting of `version` which needs `django-jazzmin` to be install to get information about the package. flake9 pytest pytest-django