updating docs

This commit is contained in:
João Moura
2024-02-03 22:43:09 -08:00
parent 6042d9a7d8
commit 5628bcca78
76 changed files with 2064 additions and 711 deletions

View File

@@ -23,19 +23,24 @@ 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"
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"
[tool.isort]
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"