mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fixing dependencies for mkdocs
This commit is contained in:
@@ -23,7 +23,6 @@ openai = "^1.7.1"
|
||||
langchain-openai = "^0.0.2"
|
||||
pyright = "1.1.333"
|
||||
black = {git = "https://github.com/psf/black.git", rev = "stable"}
|
||||
mkdocs-material = {extras = ["imaging"], version = "^9.5.7"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
isort = "^5.13.2"
|
||||
@@ -31,9 +30,9 @@ black = "^24.1"
|
||||
autoflake = "^2.2.1"
|
||||
pre-commit = "^3.6.0"
|
||||
mkdocs = "^1.4.3"
|
||||
mkdocs-material = "^9.5.3"
|
||||
mkdocstrings = "^0.22.0"
|
||||
mkdocstrings-python = "^1.1.2"
|
||||
mkdocs-material = {extras = ["imaging"], version = "^9.5.7"}
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
Reference in New Issue
Block a user