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
This commit is contained in:
parent
ec302a5c90
commit
80befb5b9c
@ -6,7 +6,6 @@ falcon>=0.1.6,<0.2.0
|
|||||||
jsonschema>=2.0.0,<3.0.0
|
jsonschema>=2.0.0,<3.0.0
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
msgpack-python
|
msgpack-python
|
||||||
MySQL-python
|
|
||||||
posix_ipc
|
posix_ipc
|
||||||
pymongo>=2.4
|
pymongo>=2.4
|
||||||
python-keystoneclient>=0.7.0
|
python-keystoneclient>=0.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user