Bump version of tested django version to 1.6.6

This commit is contained in:
Roland Geider
2014-08-21 15:57:11 +02:00
parent 506c061c1a
commit 440a5ee935
2 changed files with 3 additions and 6 deletions

View File

@@ -7,9 +7,6 @@
:license: GNU GPL, see LICENSE for more details.
"""
# for python 2.5 support
from __future__ import with_statement
from setuptools import setup
from setuptools import find_packages
from wger import get_version
@@ -43,7 +40,7 @@ setup(
'versiontools >= 1.6',
],
install_requires=[
'django == 1.6.1',
'django == 1.6.6',
'reportlab',
'django-browserid == 0.9',
'django-recaptcha',