Drop support for Django 1.1

This commit is contained in:
Bradley Ayers 2012-09-18 16:46:38 +10:00
parent 8571198769
commit 7a16d5a8b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup(
packages=find_packages(exclude=['tests.*', 'tests', 'example.*', 'example']),
include_package_data=True, # declarations in MANIFEST.in
install_requires=['Django >=1.1'],
install_requires=['Django >=1.2'],
tests_require=['Django >=1.2', 'django-attest >=0.6.0', 'fudge', 'pylint',
'django-haystack', 'unittest-xml-reporting', 'lxml', 'pytz'],