mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
installing mkdocs dependencies
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -2693,4 +2693,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<4.0"
|
python-versions = ">=3.9,<4.0"
|
||||||
content-hash = "221cd11e03a2419c662164ab2f02f95405e5169da39ff67c095201b5750568b5"
|
content-hash = "4445741acbc0829e52a688edfc6e0811b25e51517ce45512e187bd42eea18521"
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ mkdocs = "^1.4.3"
|
|||||||
mkdocstrings = "^0.22.0"
|
mkdocstrings = "^0.22.0"
|
||||||
mkdocstrings-python = "^1.1.2"
|
mkdocstrings-python = "^1.1.2"
|
||||||
mkdocs-material = {extras = ["imaging"], version = "^9.5.7"}
|
mkdocs-material = {extras = ["imaging"], version = "^9.5.7"}
|
||||||
|
mkdocs-material-extensions = "^1.3.1"
|
||||||
|
pillow = "^10.2.0"
|
||||||
|
cairosvg = "^2.7.1"
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
@@ -40,6 +43,7 @@ known_first_party = ["crewai"]
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.4"
|
pytest = "^7.4"
|
||||||
pytest-vcr = "^1.0.2"
|
pytest-vcr = "^1.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user