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 Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 4 | pbr>=1.6 # Apache-2.0 |
OpenStack Proposal Bot | dc6487f | 2015-12-02 00:39:47 +0000 | [diff] [blame] | 5 | cliff>=1.15.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 6 | anyjson>=0.3.3 # BSD |
| 7 | httplib2>=0.7.5 # MIT |
| 8 | jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT |
| 9 | testtools>=1.4.0 # MIT |
| 10 | paramiko>=1.13.0 # LGPL |
| 11 | netaddr!=0.7.16,>=0.7.12 # BSD |
| 12 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 13 | pyOpenSSL>=0.14 # Apache-2.0 |
OpenStack Proposal Bot | 6532c21 | 2015-07-29 06:15:35 +0000 | [diff] [blame] | 14 | oslo.concurrency>=2.3.0 # Apache-2.0 |
OpenStack Proposal Bot | 9d28aa4 | 2016-01-10 03:24:43 +0000 | [diff] [blame] | 15 | oslo.config>=3.2.0 # Apache-2.0 |
OpenStack Proposal Bot | 6ab5644 | 2016-01-23 10:54:44 +0000 | [diff] [blame^] | 16 | oslo.i18n>=2.1.0 # Apache-2.0 |
OpenStack Proposal Bot | 9d28aa4 | 2016-01-10 03:24:43 +0000 | [diff] [blame] | 17 | oslo.log>=1.14.0 # Apache-2.0 |
OpenStack Proposal Bot | e818882 | 2015-11-03 04:35:23 +0000 | [diff] [blame] | 18 | oslo.serialization>=1.10.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 19 | oslo.utils>=3.4.0 # Apache-2.0 |
| 20 | six>=1.9.0 # MIT |
| 21 | iso8601>=0.1.9 # MIT |
| 22 | fixtures>=1.3.1 # Apache-2.0/BSD |
| 23 | testscenarios>=0.4 # Apache-2.0/BSD |
| 24 | tempest-lib>=0.13.0 # Apache-2.0 |
| 25 | PyYAML>=3.1.0 # MIT |
Matthew Treinish | 7a51877 | 2015-07-01 12:46:41 -0400 | [diff] [blame] | 26 | stevedore>=1.5.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 27 | PrettyTable<0.8,>=0.7 # BSD |