Skip to content

Commit

Permalink
Properly indicate dependency is only required for development (Textua…
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Mar 12, 2023
1 parent 1981901 commit fcda3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typing-extensions = "^4.4.0"
aiohttp = { version = ">=3.8.1", optional = true }
click = {version = ">=8.1.2", optional = true}
msgpack = { version = ">=1.0.3", optional = true }
mkdocs-exclude = "^1.0.2"
mkdocs-exclude = { version = "^1.0.2", optional = true }

[tool.poetry.extras]
dev = ["aiohttp", "click", "msgpack"]
Expand Down

0 comments on commit fcda3c3

Please sign in to comment.