Skip to content

Commit

Permalink
re-organize dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 11, 2024
1 parent fa449d7 commit 0be9d2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ mypy = "~1.8"
pre-commit = "~3.6"
pytest = "~7.4"
pytest-cov = "~4.1"
syrupy = "~4.6"
toml = "~0.10"
# documentation
markdown-include = "~0.8.1"
mkdocs-material = "~9.5"
mkdocs-schema-reader = "~0.11.1"
mkdocstrings-python = "~1.12"
syrupy = "~4.6"
toml = "~0.10"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0be9d2e

Please sign in to comment.