diff --git a/poetry.lock b/poetry.lock index 8e153ca7c..91c409381 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2693,4 +2693,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "221cd11e03a2419c662164ab2f02f95405e5169da39ff67c095201b5750568b5" +content-hash = "4445741acbc0829e52a688edfc6e0811b25e51517ce45512e187bd42eea18521" diff --git a/pyproject.toml b/pyproject.toml index bc6c0252e..ef7e0c6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,9 @@ mkdocs = "^1.4.3" mkdocstrings = "^0.22.0" mkdocstrings-python = "^1.1.2" mkdocs-material = {extras = ["imaging"], version = "^9.5.7"} +mkdocs-material-extensions = "^1.3.1" +pillow = "^10.2.0" +cairosvg = "^2.7.1" [tool.isort] profile = "black" @@ -40,6 +43,7 @@ known_first_party = ["crewai"] + [tool.poetry.group.test.dependencies] pytest = "^7.4" pytest-vcr = "^1.0.2"