OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 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. |
OpenStack Jenkins | 41ab8c4 | 2014-04-11 04:18:07 +0000 | [diff] [blame] | 4 | pbr>=0.6,!=0.7,<1.0 |
Matthew Treinish | bdf4851 | 2013-08-21 13:31:05 -0400 | [diff] [blame] | 5 | anyjson>=0.3.3 |
OpenStack Jenkins | 435e386 | 2014-01-21 20:29:54 +0000 | [diff] [blame] | 6 | httplib2>=0.7.5 |
| 7 | jsonschema>=2.0.0,<3.0.0 |
| 8 | testtools>=0.9.34 |
Matthew Treinish | bdf4851 | 2013-08-21 13:31:05 -0400 | [diff] [blame] | 9 | lxml>=2.3 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 10 | boto>=2.32.1 |
OpenStack Proposal Bot | d37a5a2 | 2014-05-29 16:07:53 +0000 | [diff] [blame] | 11 | paramiko>=1.13.0 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 12 | netaddr>=0.7.12 |
Joseph Lanoux | 94ee87a | 2014-07-03 12:57:14 +0000 | [diff] [blame] | 13 | python-ceilometerclient>=1.0.6 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 14 | python-glanceclient>=0.14.0 |
| 15 | python-keystoneclient>=0.10.0 |
| 16 | python-novaclient>=2.18.0 |
| 17 | python-neutronclient>=2.3.6,<3 |
| 18 | python-cinderclient>=1.1.0 |
OpenStack Proposal Bot | d37a5a2 | 2014-05-29 16:07:53 +0000 | [diff] [blame] | 19 | python-heatclient>=0.2.9 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 20 | python-ironicclient>=0.2.1 |
| 21 | python-saharaclient>=0.7.3 |
| 22 | python-swiftclient>=2.2.0 |
Matthew Treinish | bdf4851 | 2013-08-21 13:31:05 -0400 | [diff] [blame] | 23 | testresources>=0.2.4 |
OpenStack Jenkins | 6982889 | 2014-03-03 16:54:06 +0000 | [diff] [blame] | 24 | testrepository>=0.0.18 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 25 | oslo.config>=1.4.0 # Apache-2.0 |
OpenStack Proposal Bot | 3f9b77d | 2014-06-20 06:51:30 +0000 | [diff] [blame] | 26 | six>=1.7.0 |
OpenStack Jenkins | a422c69 | 2014-03-11 17:37:31 +0000 | [diff] [blame] | 27 | iso8601>=0.1.9 |
DennyZhang | 8200729 | 2013-09-15 11:57:17 -0500 | [diff] [blame] | 28 | fixtures>=0.3.14 |
Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 29 | testscenarios>=0.4 |
Matthew Treinish | 411130a | 2014-08-28 19:21:40 -0400 | [diff] [blame] | 30 | tempest-lib |