Commit 735179e7 by bmedx

Fix pinned version of Django to be <2.

parent b232cff6
...@@ -39,7 +39,7 @@ setup( ...@@ -39,7 +39,7 @@ setup(
long_description=read('README.md'), long_description=read('README.md'),
zip_safe = False, zip_safe = False,
install_requires=[ install_requires=[
'Django>=1.8', 'Django>=1.8,<2',
'markdown', 'markdown',
'django-sekizai', 'django-sekizai',
'django-mptt', 'django-mptt',
......
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