Codebase list python-castellan / 5a1d5a5
Updated from global requirements Change-Id: If186fcce8fccdf012d72231b60833147369bc4b4 OpenStack Proposal Bot 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 # The order of packages is significant, because pip processes them in the order
11 # of appearance. Changing the order has an impact on the overall integration
22 # process, which may cause wedges in the gate later.
3 hacking>=0.10.2,<0.11 # Apache-2.0
3 hacking<0.11,>=0.10.2 # Apache-2.0
44
55 coverage>=3.6 # Apache-2.0
66 discover # BSD