Skip to content

Commit

Permalink
Add Django 1.9 to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 20, 2016
1 parent 5559161 commit 1836748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
]

INSTALL_REQUIREMENTS = [
'Django>=1.6.9,<1.9',
'Django>=1.6.9,<1.10',
'django-classy-tags>=0.5',
'html5lib>=0.90,!=0.9999,!=0.99999',
'django-formtools>=1.0',
Expand Down

0 comments on commit 1836748

Please sign in to comment.