Update doc8 version

doc8 only supports python version less than 3.4

[1] https://pypi.org/project/doc8/0.8.0/

Change-Id: Icd49aed78a9f15d07e12ffc790241435307577e7
This commit is contained in:
likui 2020-12-06 12:45:00 +08:00
parent 49e7a14d39
commit b425a4fd27
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
diskimage-builder==1.1.2
doc8==0.6.0
doc8==0.8.1
docutils==0.14
docker==4.2.0
dogpile.cache==0.6.5

View File

@ -18,7 +18,7 @@ redis>=2.10.0 # MIT
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
couchdb>=0.8 # Apache-2.0
stestr>=1.1.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0