Skip to content

Commit

Permalink
pyproject.toml: Add lxml for mypy type ratchet
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Mar 27, 2020
1 parent 50f9c2b commit 023d926
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 44 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pluggy = "^0.13.1"
nose = "^1.3.7"
mypy = "^0.770"
black = "^19.10b0"
# For mypy txt report
lxml = "^4.5.0"

[tool.poetry.scripts]
nixops = 'nixops.__main__:main'
Expand Down

0 comments on commit 023d926

Please sign in to comment.