From a855874f08461f50d2bb87c19aaaf19adf74d564 Mon Sep 17 00:00:00 2001 From: Daniel Karlsson Date: Thu, 12 Mar 2015 05:43:39 +0100 Subject: [PATCH] [#1258] Updated requirements & landscape conf - Removed mysql to psql migration lib - Landscape strictness is now verylow --- .landscape.yaml | 3 ++- scripts/deployment/pip/requirements/2_rsr.txt | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.landscape.yaml b/.landscape.yaml index 77f5a24d72..0a860426c7 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -1,6 +1,7 @@ # doc-warnings: yes test-warnings: no +strictness: verylow # strictness: veryhigh -max-line-length: 80 +# max-line-length: 80 requirements: - scripts/deployment/pip/requirements/2_rsr.txt diff --git a/scripts/deployment/pip/requirements/2_rsr.txt b/scripts/deployment/pip/requirements/2_rsr.txt index 68b68e2107..427fb55c38 100644 --- a/scripts/deployment/pip/requirements/2_rsr.txt +++ b/scripts/deployment/pip/requirements/2_rsr.txt @@ -51,10 +51,9 @@ sorl-thumbnail==12.2 django-embed-video==0.11 # Database requirements -MySQL-python==1.2.5 South==0.8.4 psycopg2 -py-mysql2pgsql + # App container gunicorn==18.0