Skip to content

Commit

Permalink
build: make dependenpy optional
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 20, 2021
1 parent 7c42f28 commit a9f58d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -40,6 +40,8 @@ colorama = "^0.4.3"
pyyaml = "^5.3.1"
"tap.py" = "^3.0"

dependenpy = {version = "^3.3.0", optional = true}

coverage = {version = "^5.2.1", optional = true}
invoke = {version = "^1.4.1", optional = true}
mypy = {version = "^0.782", optional = true}
Expand All @@ -50,6 +52,7 @@ pytest-sugar = {version = "^0.9.4", optional = true}
pytest-xdist = {version = "^2.1.0", optional = true}

[tool.poetry.extras]
dependenpy = ["dependenpy"]
tests = ["coverage", "invoke", "mypy", "pytest", "pytest-cov", "pytest-randomly", "pytest-sugar", "pytest-xdist"]

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a9f58d9

Please sign in to comment.