mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bump version of tested django version to 1.6.6
This commit is contained in:
5
setup.py
5
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user