distil/test-requirements.txt
Fei Long Wang ed6f9b2c27 Refactor Database layer
Misc changes which include below improvements:

1. Using oslo.db to get a clean db API layer
2. Using alembic to support db migration
3. Fix all the PEP 8 issues for new code
4. A new API /health which is also used to verify the new DB API

NOTE: Given we're using MySQL, so the triggers fro PostgreSQL will
be dropped until there is a requirement for that. And the trigger
creation code will be in a separate patch.

Change-Id: I4edd64cb511d16f1e5243968693ad7e73db43f06
2016-05-10 13:53:08 +12:00

15 lines
254 B
Plaintext

hacking>=0.9.2,<0.10
coverage>=3.6
discover
fixtures>=0.3.14
oslosphinx
oslotest
pylint==0.25.2
sphinx>=1.1.2,!=1.2.0,<1.3
sphinxcontrib-httpdomain
sqlalchemy-migrate>=0.9.1
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34
WebTest>=2.0 # MIT