summaryrefslogtreecommitdiff
path: root/scripts/files/requirements/fedora-requirements-default.txt
blob: 454d1800168fde5d604869b7523d7c126096a1be (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
# 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.
unittest2
testtools
extras
python-novaclient>=2.22.0
python-swiftclient>=2.2.0
python-cinderclient>=1.1.0
kombu>=2.5.0
babel>=1.3
python-heatclient>=0.3.0
passlib
jinja2>=2.6
python-neutronclient>=2.3.11,<3
netifaces>=0.10.4
oslo.config>=1.9.3  # Apache-2.0
oslo.messaging>=1.8.0  # Apache-2.0
oslo.i18n>=1.5.0  # Apache-2.0
oslo.serialization>=1.4.0               # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.4.0                       # Apache-2.0
oslo.log>=1.8.0  # Apache-2.0
osprofiler>=0.3.0
oslo.concurrency>=1.8.0         # Apache-2.0
pexpect>=3.1,!=3.3
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'  # BSD
pycrypto>=2.6  # Public Domain
xmltodict>=0.10.1  # MIT