From 0a8f013935c97c9f980581856dca3913425ae89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 11 Oct 2016 19:01:48 +0200 Subject: [PATCH] misc: allow django 1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecf35a4..9548484 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.7, <1.8', + install_requires=['django>=1.7, <1.9', ], zip_safe=False, entry_points={