]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Cleanup requirements
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 12 Nov 2015 06:01:29 +0000 (06:01 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Sat, 21 Nov 2015 17:07:42 +0000 (17:07 +0000)
* 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>
requirements-prod.txt
requirements-test.txt

index 5c825bc92b86d6c468f275c4978194fe91ade9b0..1d2f5917ea4d6861da1851014237ea3bcd85d6e3 100644 (file)
@@ -1,3 +1,2 @@
 Django<1.9,>=1.8
-MySQL-python==1.2.5
-python-dateutil==1.5
+mysqlclient==1.3.7
index e6c34ec36e032623574e6aed559cea7735ed8d83..3e511a0bbedaa3d734b5a6ae2a526963f4df73ec 100644 (file)
@@ -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