Add pytest-asyncio test dependency

This commit is contained in:
Correl Roush 2018-12-12 23:04:14 -05:00
parent 93bc193494
commit 2ef3f0b517

View file

@ -21,6 +21,7 @@ setup(
"pytest",
"black",
"mypy",
"pytest-asyncio",
"pytest-cov",
"pytest-black",
"pytest-mypy",