monasca-notification/test-requirements.txt
Michal Zielonka a82a49a1e8 Add configurable database setting (mysql, postgres, orm)
We used sqlalchemy.core for execute query for orm.
The configuration of db is based on monasca-api.
The default mode is mysql connection so we can use old configuration.

Change-Id: Iebb4d6dfca6d43298ced407178e7f9673a83a7ca
2015-08-04 22:34:57 +02:00

8 lines
85 B
Plaintext

hacking>=0.9.2,<0.10
pyflakes==0.8.1
nose
nosexcover
mock>=1.0.1
funcsigs
sqlalchemy