forked from openstack/monasca-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
34 lines (30 loc) · 1.01 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.12.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
falcon>=0.1.6 # Apache-2.0
keystonemiddleware>=4.12.0 # Apache-2.0
PasteDeploy>=1.5.0 # MIT
pbr>=1.8 # Apache-2.0
six>=1.9.0 # MIT
pyparsing>=2.1.0 # MIT
voluptuous>=0.8.9 # BSD License
influxdb
#cassandra-driver>=2.1.4,!=3.6.0 # Apache-2.0
# NOTE (Nathan) - before allowing in >= 0.21 please be sure
# https://github.com/eventlet/eventlet/issues/401 is resolved
eventlet!=0.18.3,>=0.18.2,<0.21.0 # MIT
simplejson>=2.2.0 # MIT
monasca-common>=1.4.0 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
gunicorn
PyMySQL>=0.7.10
python-memcached
monasca-statsd>=2.0.0
jinja2