diff --git a/setup.py b/setup.py index d76807d..b08d9e9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( packages = find_packages(), install_requires = [ "sphinx-me >= 0.1.2", - "django >= 1.7, < 1.9", + "django >= 1.7, < 1.10", ], classifiers = [ "Development Status :: 5 - Production/Stable",