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 |
OpenStack Proposal Bot | bc8911b | 2014-11-21 18:34:08 +0000 | [diff] [blame] | 8 | testtools>=0.9.36,!=1.2.0 |
OpenStack Proposal Bot | a32c666 | 2015-02-06 12:24:45 +0000 | [diff] [blame] | 9 | boto>=2.32.1 |
OpenStack Proposal Bot | d37a5a2 | 2014-05-29 16:07:53 +0000 | [diff] [blame] | 10 | paramiko>=1.13.0 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 11 | netaddr>=0.7.12 |
OpenStack Proposal Bot | eaf8cc0 | 2015-01-02 18:22:03 +0000 | [diff] [blame] | 12 | python-glanceclient>=0.15.0 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 13 | python-cinderclient>=1.1.0 |
OpenStack Proposal Bot | d979015 | 2015-02-25 08:48:41 +0000 | [diff] [blame] | 14 | python-heatclient>=0.3.0 |
OpenStack Proposal Bot | d1a391a | 2015-03-21 00:18:49 +0000 | [diff] [blame] | 15 | python-saharaclient>=0.8.0 |
OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 16 | python-swiftclient>=2.2.0 |
OpenStack Jenkins | 6982889 | 2014-03-03 16:54:06 +0000 | [diff] [blame] | 17 | testrepository>=0.0.18 |
OpenStack Proposal Bot | d1a391a | 2015-03-21 00:18:49 +0000 | [diff] [blame] | 18 | oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0 |
| 19 | oslo.config>=1.9.3,<1.10.0 # Apache-2.0 |
| 20 | oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 |
| 21 | oslo.log>=1.0.0,<1.1.0 # Apache-2.0 |
| 22 | oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 |
| 23 | oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 |
OpenStack Proposal Bot | d979015 | 2015-02-25 08:48:41 +0000 | [diff] [blame] | 24 | six>=1.9.0 |
OpenStack Jenkins | a422c69 | 2014-03-11 17:37:31 +0000 | [diff] [blame] | 25 | iso8601>=0.1.9 |
DennyZhang | 8200729 | 2013-09-15 11:57:17 -0500 | [diff] [blame] | 26 | fixtures>=0.3.14 |
Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 27 | testscenarios>=0.4 |
OpenStack Proposal Bot | d1a391a | 2015-03-21 00:18:49 +0000 | [diff] [blame] | 28 | tempest-lib>=0.4.0 |