Skip to content

Commit

Permalink
group docs deps (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatzer authored Dec 17, 2024
1 parent 8db079a commit 1bc17c2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
77 changes: 39 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ ruff = "0.4.4"
respx = "^0.20.2"
twine = "^5.0.0"
poetry-bumpversion = "^0.3.2"
# docs

[tool.poetry.group.docs.dependencies]
mkdocs = ">=1.5.3"
mkdocstrings = { version = "^0.27.0", extras = ["crystal", "python"] }
mkdocs-material = "^9.0.0"
griffe = "^1.0.0"
pymdown-extensions = "^10.0.0"
griffe-fieldz = "^0.2.0"


[[tool.poetry_bumpversion.replacements]]
files = ["mostlyai/__init__.py"]
search = '__version__ = "{current_version}"'
Expand Down

0 comments on commit 1bc17c2

Please sign in to comment.