Skip to content

Commit 42e2474

Browse files
authored
Restrict to supported Django versions
1 parent 97ee385 commit 42e2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"sphinx-me >= 0.1.2",
5151
"unidecode",
5252
"django-email-extras >= 0.2",
53-
"django >= 1.8",
53+
"django >= 1.8, < 2.1",
5454
"future <= 0.15.0",
5555
],
5656
classifiers = [

0 commit comments

Comments
 (0)