Skip to content

Commit

Permalink
fixing dependencies for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Feb 4, 2024
1 parent 63fb5a2 commit e0262d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ 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"
mkdocs-material = {extras = ["imaging"], version = "^9.5.7"}

[tool.isort]
profile = "black"
Expand Down

0 comments on commit e0262d9

Please sign in to comment.