Skip to content

Commit

Permalink
Reverted pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bates committed Mar 30, 2023
1 parent cee4426 commit 19d5b94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ include = [
[tool.poetry.dependencies]
python = "^3.7"
napalm = {version = "^4.0.0", optional = true}
cryptography = {version = ">=35.0.0", optional = true}

[tool.poetry.extras]
optionals = ["napalm", "cryptography"]
optionals = ["napalm"]

[tool.poetry.dev-dependencies]
bandit = "*"
Expand All @@ -40,7 +39,6 @@ invoke = "*"
flake8 = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
pyyaml = "*"
pydocstyle = "*"
sphinx-rtd-theme = "*"
Expand Down

0 comments on commit 19d5b94

Please sign in to comment.