Skip to content

Commit

Permalink
rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSherouse committed Jan 25, 2024
1 parent d3c694d commit e47eb24
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ backoff = "^2.2.1"
dateparser = "^1.2.0"
decorator = "^5.1.1"

mkdocs = {version = "^1.5.3", optional=true}
mkdocstrings = {extras = ["python"], version = "^0.24.0", optional=true}

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.11"
ipython = "<8"
Expand All @@ -36,10 +39,6 @@ ipython = "<8"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.24.0"}

[tool.poetry.group.types.dependencies]
mypy = "^1.8.0"
types-cachetools = "^5.3.0.7"
Expand Down

0 comments on commit e47eb24

Please sign in to comment.