Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow Django 1.10 in setup.py
  • Loading branch information
AlexHill committed Jul 24, 2016
1 parent 1616fb0 commit 9162ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@
packages=find_packages(),
install_requires=[
"django-contrib-comments",
"django >= 1.8, < 1.10",
"django >= 1.8, < 1.11",
"filebrowser_safe >= 0.4.1",
"grappelli_safe >= 0.4.2",
"tzlocal >= 1.0",
Expand Down

0 comments on commit 9162ce9

Please sign in to comment.