singledispatch>=3.4.0.3

[dev]
black==19.10b0
coveralls
djangorestframework>=3.6.3
flake8-black==0.1.1
flake8-bugbear==20.1.4
flake8==3.7.9
mock
pytest-cov
pytest-django>=3.3.2
pytest>=3.6.3
pytz

[dev:python_version < "3"]
django-filter<2

[dev:python_version >= "3"]
django-filter>=2

[rest_framework]
djangorestframework>=3.6.3

[test]
coveralls
djangorestframework>=3.6.3
mock
pytest-cov
pytest-django>=3.3.2
pytest>=3.6.3
pytz

[test:python_version < "3"]
django-filter<2

[test:python_version >= "3"]
django-filter>=2
