gnocchi/requirements.txt
Julien Danjou 7cff2f7f63 Enable oslo_middleware healthcheck middleware by default
This allows to get the health of the API endpoint easily.

Change-Id: I2d11dfe914be1453d380c1302180448b295df43d
2016-12-09 11:25:46 +01:00

25 lines
336 B
Plaintext

pbr
numpy
iso8601
oslo.config>=2.6.0
oslo.log>=2.3.0
oslo.policy>=0.3.0
oslo.serialization>=1.4.0
oslo.utils>=3.18.0
oslo.middleware>=3.22.0
pandas>=0.17.0
pecan>=0.9
futures
jsonpatch
cotyledon>=1.5.0
six
stevedore
ujson
voluptuous
werkzeug
trollius; python_version < '3.4'
tenacity>=3.1.0 # Apache-2.0
WebOb>=1.4.1
Paste
PasteDeploy