deb-gnocchi/requirements.txt
Victor Stinner d01a52233c Don't require trollius on Python 3.4 and newer
On Python 3.4 and newer, gnocchi.statsd uses asyncio of the Python
standard library.

Change-Id: Ifc6ed23ff3f00cf1096bf7f6ca2f8107a72f11f7
2016-02-05 15:01:50 +01:00

23 lines
301 B
Plaintext

numpy
oslo.config>=2.6.0
oslo.log>=1.0.0
oslo.policy>=0.3.0
oslo.serialization>=1.4.0
oslo.utils>=1.6.0
oslo.middleware
pandas>=0.17.0
pecan>=0.9
pytimeparse>=1.1.5
futures
requests
six
stevedore
voluptuous
werkzeug
trollius; python_version < '3.4'
retrying
WebOb>=1.4.1
Paste
PasteDeploy
prettytable