Commit 2974f00f by benjaoming

update django-nyt requirement because of python3

parent da572630
...@@ -22,7 +22,7 @@ requirements = [ ...@@ -22,7 +22,7 @@ requirements = [
"Django>=1.4,<1.7", "Django>=1.4,<1.7",
"django-sekizai>=0.7", "django-sekizai>=0.7",
"Pillow", "Pillow",
"django-nyt>=0.9.3", "django-nyt>=0.9.4",
"django-mptt==0.6.0", # 0.6.1 broken: https://github.com/django-mptt/django-mptt/issues/316 "django-mptt==0.6.0", # 0.6.1 broken: https://github.com/django-mptt/django-mptt/issues/316
"six" "six"
] ]
......
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