installing mkdocs dependencies

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

2
poetry.lock generated
View File

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

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"