Skip to content

Commit

Permalink
Merge pull request #423 from Wtower/setup-requires
Browse files Browse the repository at this point in the history
Update setup `requires` Django version to reflect latest commit
  • Loading branch information
craigds committed Dec 13, 2015
2 parents abd894b + f4969f7 commit 0199fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from mptt import VERSION

requires = (str('Django>=1.6'),)
requires = (str('Django>=1.8'),)
try:
from setuptools import setup
kwargs = {str('install_requires'): requires}
Expand Down

0 comments on commit 0199fa6

Please sign in to comment.