Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [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. |
| 4 | |
| 5 | hacking>=0.12.0,<0.13 # Apache-2.0 |
| 6 | |
| 7 | python-subunit>=0.0.18 # Apache-2.0/BSD |
| 8 | sphinx>=1.2.1,!=1.3b1,<1.4 # BSD |
| 9 | oslosphinx>=4.7.0 # Apache-2.0 |
Jeremy Liu | 8d57fa4 | 2017-03-27 21:40:25 +0800 | [diff] [blame] | 10 | oslotest>=1.10.0 # Apache-2.0 |
Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [diff] [blame] | 11 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 12 | testscenarios>=0.4 # Apache-2.0/BSD |
| 13 | testtools>=1.4.0 # MIT |