Skip to content

Commit

Permalink
move mkdocs to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de committed Sep 17, 2024
1 parent db2bb74 commit 6005e9f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ dependencies = [
"ai-exchange>=0.9.0",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
"mkdocstrings>=0.26.1",
"mkdocs-literate-nav>=0.6.1",
"mkdocs-gen-files>=0.5.0",
"mkdocs-section-index>=0.3.9",
"mkdocs-material>=9.5.34",
"mkdocstrings-python>=1.11.1",
"mkdocs-git-revision-date-localized-plugin",
"mkdocs-glightbox>=0.4.0",
"mkdocs-redirects>=1.2.1",
"mkdocs-include-markdown-plugin>=6.2.2",
]
author = [{ name = "Block", email = "[email protected]" }]
packages = [{ include = "goose", from = "src" }]
Expand Down Expand Up @@ -59,6 +49,16 @@ build-backend = "hatchling.build"
dev-dependencies = [
"pytest>=8.3.2",
"codecov>=2.1.13",
"mkdocstrings>=0.26.1",
"mkdocs-literate-nav>=0.6.1",
"mkdocs-gen-files>=0.5.0",
"mkdocs-section-index>=0.3.9",
"mkdocs-material>=9.5.34",
"mkdocstrings-python>=1.11.1",
"mkdocs-git-revision-date-localized-plugin",
"mkdocs-glightbox>=0.4.0",
"mkdocs-redirects>=1.2.1",
"mkdocs-include-markdown-plugin>=6.2.2",
]


0 comments on commit 6005e9f

Please sign in to comment.