Skip to content

Commit

Permalink
installing mkdocs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Feb 4, 2024
1 parent e0262d9 commit c37f54c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ 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"
known_first_party = ["crewai"]




[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"
Expand Down

0 comments on commit c37f54c

Please sign in to comment.