Commit f044eaca by Tyler Hallada

Address PR comment: Django < 2.0 not 1.12

parent deda4868
......@@ -63,6 +63,6 @@ setup(
],
include_package_data=True,
install_requires=[
"Django>=1.8,<1.12"
"Django>=1.8,<2.0"
],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment