summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 3b49a5351d59a0eb0d08dc3c4dac904999097f81 (plain)
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
35
# 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.

pbr>=0.6,!=0.7,<1.0

oslo.config>=1.9.0  # Apache-2.0
oslo.utils>=1.2.0                       # Apache-2.0
oslo.serialization>=1.2.0               # Apache-2.0
oslo.i18n>=1.3.0  # Apache-2.0
stevedore>=1.1.0  # Apache-2.0

# for jsonutils
six>=1.9.0

# FIXME(markmc): remove this when the drivers no longer
# import eventlet

eventlet>=0.16.1

# for the routing notifier
PyYAML>=3.1.0

# rabbit driver is the default
kombu>=2.5.0

# middleware
oslo.middleware>=0.3.0                  # Apache-2.0

# for the futures based executor
futures>=2.1.6

# needed by the aioeventlet executor
aioeventlet>=0.4
trollius>=1.0