monasca-events-api/requirements.txt

44 lines
1.2 KiB
Plaintext
Executable File

# 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, please pay attention to order them correctly.
# this is the base monasca-api requirements. To choose a particular
# implementation to install, run pip install -r xxx-requirements.txt.
#
# for example, to install monasca-api and v2 reference implementation, do the
# followings:
#
# pip install -r requirements.txt -r ref-impl-requirements.txt
#
# The above will install monasca-api base and reference implementation
# dependencies.
#
# To install monasca-api and elasticsearch implementation, do the following:
#
# pip install -r requirements.txt -r es-impl-requirements.txt
#
# The above command will install monasca-api base and elasticsearch
# implementation while leave other implementation dependencies alone.
falcon==0.2
gunicorn>=19.1.0
keystonemiddleware
oslo.config>=1.2.1
oslo.middleware
oslo.serialization
oslo.utils
oslo.log
pastedeploy>=1.3.3
pbr>=0.6,!=0.7,<1.0
python-dateutil>=1.5
six>=1.7.0
ujson>=1.33
pyparsing>=2.0.3
voluptuous>=0.8.7
MySQL-python>=1.2.3
eventlet
greenlet
simport>=0.0.dev0
kafka-python>=0.9.1,<0.9.3
requests>=1.1