From: Stephen Finucane Date: Thu, 12 Nov 2015 06:01:29 +0000 (+0000) Subject: Cleanup requirements X-Git-Tag: v1.1.0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960396fc6e07fb389db3f52a3358638ba80a1b0e;p=thirdparty%2Fpatchwork.git Cleanup requirements * python-dateutil is only used in tests, so remove it from the production requirements * mysqlclient is prefered to MySQLdb, so use that [1] * selenium does not have its version fixed, so resolve that [1] https://docs.djangoproject.com/en/1.8/ref/databases/#mysql-db-api-drivers Signed-off-by: Stephen Finucane --- diff --git a/requirements-prod.txt b/requirements-prod.txt index 5c825bc9..1d2f5917 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,3 +1,2 @@ Django<1.9,>=1.8 -MySQL-python==1.2.5 -python-dateutil==1.5 +mysqlclient==1.3.7 diff --git a/requirements-test.txt b/requirements-test.txt index e6c34ec3..3e511a0b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -MySQL-python==1.2.5 +mysqlclient==1.3.7 psycopg2==2.6.1 python-dateutil==1.5 -selenium +selenium==2.48.0