From 80befb5b9cdca76a91b57237de1cd2ac727d6fc4 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 16 Apr 2014 13:55:17 +0200 Subject: [PATCH] Remove MySQL-python from the dependency list MySQL is not a recommended database for production environments. The dependency to the mysql python library was added to be able to run Marconi on the gate. Since we're not willing to promote sqlalchemy as the recommended driver, it makes sense to remove the mysql dependency from the dependencies list. Closes-bug: #1308500 Change-Id: Ic83707cb145d752b30e285f1a25376525a80079c --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9db867939..88872898e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ falcon>=0.1.6,<0.2.0 jsonschema>=2.0.0,<3.0.0 iso8601>=0.1.9 msgpack-python -MySQL-python posix_ipc pymongo>=2.4 python-keystoneclient>=0.7.0