Fix hacking min version to 3.0.1

Change-Id: I95fd7fa65018dd3a887889ef11a88c63eaee74cf
This commit is contained in:
zhangboye 2020-05-22 10:42:40 +08:00
parent fa0f2d5734
commit 64cbef8da6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
eventlet>=0.18.2,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD