deb-gnocchi/requirements.txt
Julien Danjou ec61d111d0 Move msgpack to global requirements
It's actually used in gnocchi.cli so it's needed by any driver.

Change-Id: I711ecdbbf08a58cf3d26045bcbe0259e0480f976
2017-03-01 16:26:46 +01:00

27 lines
379 B
Plaintext

pbr
numpy>=1.9.0
iso8601
oslo.config>=2.7.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.18.0
scipy>=0.18.1 # BSD
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
msgpack-python