
[:python_version < "2.7"]
pillow<4

[:python_version < "3"]
django<2,>=1.8

[:python_version >= "2.7"]
pillow

[:python_version >= "3"]
django>=1.8
