Add aiodataloader to test deps

This commit is contained in:
Jonathan Kim 2020-04-26 13:16:51 +01:00
parent 12ec8dc007
commit a0b522fa39

View File

@ -56,6 +56,7 @@ tests_require = [
"mock>=4.0,<5",
"pytz==2019.3",
"iso8601>=0.1,<2",
"aiodataloader<1",
]
dev_requires = ["black==19.10b0", "flake8>=3.7,<4"] + tests_require