
[:python_version == "2.7"]
qualname

[tests]
pytest
Django

[tests:platform_python_implementation != "PyPy"]
pandas>=0.24.2
numpy>=1.16.3

[tests:python_version == "2.7"]
chainmap
Django<2

[tests:python_version == "2.7" and platform_python_implementation != "PyPy"]
pandas<0.25,>=0.24.2
numpy<1.17,>=1.16.3

[tests:python_version == "3.5"]
Django<3

[tests:python_version == "3.5" and platform_python_implementation != "PyPy"]
pandas<0.26,>=0.24.2
numpy<1.19,>=1.16.3
