mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-28 03:40:28 +00:00
feat(django1.9): Declare Django 1.9 support in setup.py
This commit is contained in:
parent
b382f89b55
commit
fdfffd2d87
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
|
||||
|
||||
install_requires = [
|
||||
"Django>=1.7.1,<1.9",
|
||||
"Django>=1.7.1,<1.10",
|
||||
"django-compressor>=1.4",
|
||||
"django-modelcluster>=1.0",
|
||||
"django-taggit>=0.13.0",
|
||||
|
|
@ -62,6 +62,7 @@ setup(
|
|||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.7',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
||||
],
|
||||
install_requires=install_requires,
|
||||
|
|
|
|||
Loading…
Reference in a new issue