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 | 7e48e4c | 2016-03-03 18:07:50 +0000 | [diff] [blame] | 5 | cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 6 | jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT |
| 7 | testtools>=1.4.0 # MIT |
OpenStack Proposal Bot | 00abfde | 2016-06-28 18:57:02 +0000 | [diff] [blame^] | 8 | paramiko>=2.0 # LGPLv2.1+ |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 9 | netaddr!=0.7.16,>=0.7.12 # BSD |
| 10 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 11 | pyOpenSSL>=0.14 # Apache-2.0 |
OpenStack Proposal Bot | 17b9346 | 2016-05-30 17:51:22 +0000 | [diff] [blame] | 12 | oslo.concurrency>=3.8.0 # Apache-2.0 |
OpenStack Proposal Bot | 6c72913 | 2016-06-04 02:44:00 +0000 | [diff] [blame] | 13 | oslo.config>=3.10.0 # Apache-2.0 |
OpenStack Proposal Bot | 6ab5644 | 2016-01-23 10:54:44 +0000 | [diff] [blame] | 14 | oslo.i18n>=2.1.0 # Apache-2.0 |
OpenStack Proposal Bot | 9d28aa4 | 2016-01-10 03:24:43 +0000 | [diff] [blame] | 15 | oslo.log>=1.14.0 # Apache-2.0 |
OpenStack Proposal Bot | e818882 | 2015-11-03 04:35:23 +0000 | [diff] [blame] | 16 | oslo.serialization>=1.10.0 # Apache-2.0 |
OpenStack Proposal Bot | 6c72913 | 2016-06-04 02:44:00 +0000 | [diff] [blame] | 17 | oslo.utils>=3.11.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 18 | six>=1.9.0 # MIT |
OpenStack Proposal Bot | 17b9346 | 2016-05-30 17:51:22 +0000 | [diff] [blame] | 19 | fixtures>=3.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 20 | testscenarios>=0.4 # Apache-2.0/BSD |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 21 | PyYAML>=3.1.0 # MIT |
OpenStack Proposal Bot | 3e38565 | 2016-05-18 13:58:14 +0000 | [diff] [blame] | 22 | stevedore>=1.10.0 # Apache-2.0 |
OpenStack Proposal Bot | 8b2c2c3 | 2016-01-22 04:10:15 +0000 | [diff] [blame] | 23 | PrettyTable<0.8,>=0.7 # BSD |
OpenStack Proposal Bot | 17b9346 | 2016-05-30 17:51:22 +0000 | [diff] [blame] | 24 | os-testr>=0.7.0 # Apache-2.0 |
OpenStack Proposal Bot | 3e38565 | 2016-05-18 13:58:14 +0000 | [diff] [blame] | 25 | urllib3>=1.15.1 # MIT |