Skip to content

Commit

Permalink
Add mypy-plugin extra dependency
Browse files Browse the repository at this point in the history
use `pip install classes[mypy-plugin]` for installin additional
dependencies required by the mypy-plugin.
  • Loading branch information
zhukovgreen committed Mar 17, 2023
1 parent 1d9d5c9 commit 322d21b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
typing_extensions = ">=3.10,<5.0"
mypy = { version = "^0.942", optional = true }

[tool.poetry.dev-dependencies]
mypy = "^0.942"
Expand All @@ -71,3 +72,7 @@ tomlkit = "^0.11"
codespell = "^2.2"

phantom-types = "^1.0"

[tool.poetry.extras]
mypy-plugin = ["mypy"]

0 comments on commit 322d21b

Please sign in to comment.