No module named MySQLdb bug

sql is our default backend but we're missing requirement

Change-Id: I051942d4f16287a4d84c0cf1ce3574f05bf23967
Closes-Bug: #1255458
This commit is contained in:
Gordon Chung 2013-12-02 16:21:09 -05:00
parent 929ac3cbea
commit 9a6558c4da
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ SQLAlchemy>=0.7.8,<=0.7.99
sqlalchemy-migrate>=0.8.2
alembic>=0.4.1
netaddr>=0.7.6
MySQL-python
pymongo>=2.4
eventlet>=0.13.0
anyjson>=0.3.3