From e7064769e641ddf5142d1ca25050560c28b65278 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 4 Mar 2016 17:55:56 +0100 Subject: [PATCH] setup.py: update dependency upon django-restframework>=3.3 (#10206) --- debian-jessie/control | 2 +- debian-wheezy/control | 2 +- doc/installation_modes.rst | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-jessie/control b/debian-jessie/control index d5342cd9b..03924735e 100644 --- a/debian-jessie/control +++ b/debian-jessie/control @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-gadjo (>= 0.6), python-django-tables2 (>= 1), python-django-import-export (>= 0.2.7), - python-djangorestframework (>= 3.1), + python-djangorestframework (>= 3.3), python-markdown (>= 2.1), python-ldap (>= 2.4), python-six (>= 1.0) diff --git a/debian-wheezy/control b/debian-wheezy/control index d5342cd9b..03924735e 100644 --- a/debian-wheezy/control +++ b/debian-wheezy/control @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-gadjo (>= 0.6), python-django-tables2 (>= 1), python-django-import-export (>= 0.2.7), - python-djangorestframework (>= 3.1), + python-djangorestframework (>= 3.3), python-markdown (>= 2.1), python-ldap (>= 2.4), python-six (>= 1.0) diff --git a/doc/installation_modes.rst b/doc/installation_modes.rst index 3acae42c6..9db4a2e30 100644 --- a/doc/installation_modes.rst +++ b/doc/installation_modes.rst @@ -23,7 +23,7 @@ The other Authentic 2 dependencies are: - django-tables2>=1.0 - gadjo>=0.6 - django-import-export>=0.2.7 -- djangorestframework>=3.1 +- djangorestframework>=3.3 - six>=1.9 - Markdown>=2.5 - python-ldap diff --git a/setup.py b/setup.py index 5b3177c54..61672088d 100755 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ setup(name="authentic2", 'django-tables2>=1.0', 'gadjo>=0.6', 'django-import-export>=0.2.7', - 'djangorestframework>=3.1', + 'djangorestframework>=3.3', 'six>=1', 'Markdown>=2.1', 'python-ldap',