Update doc8 version

doc8 only supports python version less than 3.4

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

Change-Id: I065a83788bb051c2505ae6ad985b649ecc191f23
This commit is contained in:
wu.shiming 2020-12-14 17:09:58 +08:00 committed by Renat Akhmerov
parent 6b0ff4b6c0
commit b3f609d165
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ alembic==0.9.6
cachetools==2.0.0
coverage==4.0
croniter==0.3.4
doc8==0.6.0
doc8==0.8.1
dogpile.cache==0.6.2
eventlet==0.26.0
fixtures==3.0.0

View File

@ -4,7 +4,7 @@
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
Pygments>=2.2.0 # BSD license
fixtures>=3.0.0 # Apache-2.0/BSD
nose>=1.3.7 # LGPL