diff --git a/poetry.lock b/poetry.lock index 7f03e4a..022036a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -924,6 +924,17 @@ files = [ [package.dependencies] django = ">=4.2" +[[package]] +name = "dot" +version = "0.3.0" +description = "Providing context to models..." +optional = false +python-versions = "<4.0,>=3.11" +files = [ + {file = "dot-0.3.0-py3-none-any.whl", hash = "sha256:9f43c4ed466315803a354908486c67a7f981b10f1fdb55cb45aeac6ddd2dd0de"}, + {file = "dot-0.3.0.tar.gz", hash = "sha256:3543921eefa82923870fc752ebdadc593962e0d0db507d27daab9528c05ceb58"}, +] + [[package]] name = "drf-spectacular" version = "0.27.2" @@ -3708,4 +3719,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2fb0f1cdb44db5592242770f728725fbeef8c7bc481f61e888d3f862ecf61d40" +content-hash = "3ce1261cc6e6f5d885b8f39bcf2c71828d7361c01ec647feb321456a86658715" diff --git a/pyproject.toml b/pyproject.toml index 6f9e1ba..838aa96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ django-select2 = "^8.1.2" lxml = "^5.2.2" sqlparse = "^0.5.1" graphviz = "^0.20.3" +dot = "^0.3.0" [tool.poetry.group.dev.dependencies] ipython = "^8.29.0"