Fix hacking min version to 3.0.1
Change-Id: I27c655e1169e1e1eee418173fcaa672a404b48f3
zhangboye
2 years ago
0 | 0 | # The order of packages is significant, because pip processes them in the order |
1 | 1 | # of appearance. Changing the order has an impact on the overall integration |
2 | 2 | # process, which may cause wedges in the gate later. |
3 | hacking>=3.0,<3.1.0 # Apache-2.0 | |
3 | hacking>=3.0.1,<3.1.0 # Apache-2.0 | |
4 | 4 | |
5 | 5 | coverage!=4.4,>=4.0 # Apache-2.0 |
6 | 6 | python-barbicanclient>=4.5.2 # Apache-2.0 |