Fix hacking min version to 3.0.1

Change-Id: I0a425edb633a9421be5c515cff546ee28a742ac5
This commit is contained in:
zhangboye 2020-05-22 10:36:31 +08:00
parent 5a424d8826
commit 0e717c1fda
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PyYAML>=3.1.0
yamllint>=0.5.2
requests-cache
Pillow>=2.4.0 # PIL License
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
whereto>=0.3.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD