installing mkdocs dependencies

This commit is contained in:
João Moura
2024-02-04 11:58:21 -08:00
parent e0262d9712
commit c37f54c86f
2 changed files with 5 additions and 1 deletions

View File

@@ -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"