Add MySQL-python as a dependency
This is required for the sqlalchemy driver. We can argue whether it is needed as a default dependency or completely optional but as of now, I'd recommend having it as a hard dependency and relaxing it later. Change-Id: I43df1e9f7386888a354119b659d4de3bc69d3b46
This commit is contained in:
parent
ce20e91b77
commit
356540df55
@ -6,6 +6,7 @@ falcon>=0.1.6,<0.2.0
|
||||
jsonschema>=2.0.0,<3.0.0
|
||||
iso8601>=0.1.8
|
||||
msgpack-python
|
||||
MySQL-python
|
||||
pymongo>=2.4
|
||||
python-keystoneclient>=0.6.0
|
||||
python-memcached>=1.48
|
||||
|
Loading…
x
Reference in New Issue
Block a user