Commit 7d328a18 by Jannis Leidel

Stop requiring a Django version bigger than 1.4.2 since that upgrade to 1.5, too.

parent 32b25bf9
...@@ -16,7 +16,6 @@ setup( ...@@ -16,7 +16,6 @@ setup(
zip_safe=False, zip_safe=False,
install_requires=[ install_requires=[
'futures>=2.1.3', 'futures>=2.1.3',
'Django>=1.4.2'
], ],
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
......
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