From: Stephen Finucane Date: Fri, 25 Mar 2016 13:47:16 +0000 (+0000) Subject: requirements: Use any supported Django version X-Git-Tag: v2.0.0-rc1~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e107a93ce1ef709de494fe9d533be14043dfdbae;p=thirdparty%2Fpatchwork.git requirements: Use any supported Django version Patchwork now supports Django 1.9. It continues to support Django 1.8, 1.7 and 1.6, though the latter two are not supported upstream and are therefore not recommended. Update development requirements to reflect this. Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan --- diff --git a/requirements-dev.txt b/requirements-dev.txt index d52ce6f4..d44ebc69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -Django<1.9,>=1.8 +Django>=1.8,<1.10 -r requirements-test.txt diff --git a/requirements-prod.txt b/requirements-prod.txt index 596eb6dc..2c88c7dc 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,2 +1,2 @@ -Django<1.9,>=1.8 +Django>=1.8,<1.10 psycopg2==2.6.1