openstack-health/requirements.txt
Matthew Treinish 4fd490d924
Add a rest api to get a test_runs time series by test
This commit adds a new REST API method to get a time series of
test_runs given the test_id for a test. The intent here is to enable
a per test view with a graph of success and failures over time, as
well as a test run_time graphed over time.

Change-Id: Id7fe36c3e1ca069d942fe246d688648f719d3168
2015-11-30 21:17:56 -05:00

11 lines
313 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr<2.0,>=1.6
flask
subunit2sql>=1.0.2
sqlalchemy
flask-jsonpify
PyMySQL>=0.6.2
python-dateutil>=2.4.2