rover: add pytest-mypy to Pipfile

This commit is contained in:
Bruno BELANYI 2019-11-16 04:28:08 +01:00
parent 41adeb39d2
commit b4ecee8c44
2 changed files with 73 additions and 4 deletions

View file

@ -6,6 +6,7 @@ verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mypy = "*"
[packages]
pydantic = "*"