graphql-core==2.*

[dev]
flake8<4,>=3.7
black
tox<4,>=3
Sphinx<2,>=1.8

[maintainer]
bumpversion>=0.5.3
wheel>=0.33.6
PyYAML<6,>=5.3

[test]
pytest-cov
graphene<3,>=2.0
gevent
graphene_django

[test:python_version < "3"]
pytest<5,>=4
mock
django==1.11.*
channels==1.*

[test:python_version >= "3"]
pytest>5
django==3.*
channels==3.*

[test:python_version >= "3.4"]
pytest-asyncio

[test:python_version >= "3.5"]
aiohttp
