Now packaging 8.0.0~b2
[openstack-build/neutron-build.git] / requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4 pbr>=1.6
5
6 Paste
7 PasteDeploy>=1.5.0
8 Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
9 Routes!=2.0,>=1.12.3;python_version!='2.7'
10 debtcollector>=0.3.0 # Apache-2.0
11 eventlet>=0.17.4
12 pecan>=1.0.0
13 greenlet>=0.3.2
14 httplib2>=0.7.5
15 requests!=2.8.0,>=2.5.2
16 Jinja2>=2.8 # BSD License (3 clause)
17 keystonemiddleware!=2.4.0,>=2.0.0
18 netaddr!=0.7.16,>=0.7.12
19 python-neutronclient>=2.6.0
20 retrying!=1.3.0,>=1.2.3 # Apache-2.0
21 ryu>=3.23.2 # Apache-2.0
22 SQLAlchemy<1.1.0,>=0.9.9
23 WebOb>=1.2.3
24 python-keystoneclient!=1.8.0,>=1.6.0
25 alembic>=0.8.0
26 six>=1.9.0
27 stevedore>=1.5.0 # Apache-2.0
28 oslo.concurrency>=2.3.0 # Apache-2.0
29 oslo.config>=2.7.0 # Apache-2.0
30 oslo.context>=0.2.0 # Apache-2.0
31 oslo.db>=3.2.0 # Apache-2.0
32 oslo.i18n>=1.5.0 # Apache-2.0
33 oslo.log>=1.12.0 # Apache-2.0
34 oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0
35 oslo.middleware>=2.9.0 # Apache-2.0
36 oslo.policy>=0.5.0 # Apache-2.0
37 oslo.rootwrap>=2.0.0 # Apache-2.0
38 oslo.serialization>=1.10.0 # Apache-2.0
39 oslo.service>=0.12.0 # Apache-2.0
40 oslo.utils>=2.8.0 # Apache-2.0
41 oslo.versionedobjects>=0.13.0
42
43 python-novaclient!=2.33.0,>=2.29.0
44
45 # Windows-only requirements
46 pywin32;sys_platform=='win32'
47 wmi;sys_platform=='win32'