blob: 67f303dc8cdeea043cf67503ba0d1977970a49bb [file] [log] [blame]
Colleen Murphy44df1032017-05-30 16:21:48 +02001# 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
OpenStack Proposal Bot971e9942018-01-27 17:44:29 +00005pbr!=2.1.0,>=2.0.0 # Apache-2.0
Colleen Murphy360bbaf2017-06-06 11:06:13 +02006
7# xml parsing
Ade Lee47a5e982022-11-15 16:34:30 +00008keystoneauth1>=5.1.1 # Apache-2.0
OpenStack Proposal Bot971e9942018-01-27 17:44:29 +00009lxml!=3.7.0,>=3.4.1 # BSD
10tempest>=17.1.0 # Apache-2.0
OpenStack Proposal Bot564670b2018-03-15 07:03:15 +000011oslo.config>=5.2.0 # Apache-2.0
OpenStack Proposal Bot971e9942018-01-27 17:44:29 +000012testtools>=2.2.0 # MIT
Chandan Kumarab9dfba2017-06-29 19:19:01 +053013requests>=2.14.2 # Apache-2.0