Add pytest-watch dev dependency

This commit is contained in:
Patrick Smith
2018-07-11 09:58:35 -04:00
parent 74eae52869
commit 172e9aae4d
2 changed files with 44 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ ipython = "*"
ipdb = "*"
pylint = "*"
black = "*"
pytest-watch = "*"
[requires]
python_version = "3.6"