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. |
Joe Gordon | 28788b4 | 2015-02-25 12:42:37 -0800 | [diff] [blame] | 4 | hacking<0.11,>=0.10.0 |
Sean Dague | b56052b | 2013-05-21 17:57:41 -0400 | [diff] [blame] | 5 | # needed for doc build |
OpenStack Proposal Bot | cfc3aff | 2015-06-22 20:01:22 +0000 | [diff] [blame] | 6 | sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 |
OpenStack Jenkins | 435e386 | 2014-01-21 20:29:54 +0000 | [diff] [blame] | 7 | python-subunit>=0.0.18 |
OpenStack Proposal Bot | cfc3aff | 2015-06-22 20:01:22 +0000 | [diff] [blame] | 8 | oslosphinx>=2.5.0 # Apache-2.0 |
Matthew Treinish | 8708621 | 2013-10-28 20:21:54 +0000 | [diff] [blame] | 9 | mox>=0.5.3 |
Matthew Treinish | b817ad9 | 2013-12-05 21:47:38 +0000 | [diff] [blame] | 10 | mock>=1.0 |
Matthew Treinish | b2f5cad | 2014-01-07 21:54:55 +0000 | [diff] [blame] | 11 | coverage>=3.6 |
OpenStack Proposal Bot | cfc3aff | 2015-06-22 20:01:22 +0000 | [diff] [blame] | 12 | oslotest>=1.5.1 # Apache-2.0 |
| 13 | stevedore>=1.5.0 # Apache-2.0 |