mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Add aiodataloader to test deps
This commit is contained in:
parent
12ec8dc007
commit
a0b522fa39
1
setup.py
1
setup.py
|
@ -56,6 +56,7 @@ tests_require = [
|
||||||
"mock>=4.0,<5",
|
"mock>=4.0,<5",
|
||||||
"pytz==2019.3",
|
"pytz==2019.3",
|
||||||
"iso8601>=0.1,<2",
|
"iso8601>=0.1,<2",
|
||||||
|
"aiodataloader<1",
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_requires = ["black==19.10b0", "flake8>=3.7,<4"] + tests_require
|
dev_requires = ["black==19.10b0", "flake8>=3.7,<4"] + tests_require
|
||||||
|
|
Loading…
Reference in New Issue
Block a user