* 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 <stephen.finucane@intel.com>
Django<1.9,>=1.8
-MySQL-python==1.2.5
-python-dateutil==1.5
+mysqlclient==1.3.7
-MySQL-python==1.2.5
+mysqlclient==1.3.7
psycopg2==2.6.1
python-dateutil==1.5
-selenium
+selenium==2.48.0