Update version of doc8

The doc8 lib supports Py36 starting from version 0.8.1

Change-Id: I764f2b44de62d79fddc0a1d139b9b3f9ee270e5c
This commit is contained in:
wu.shiming 2021-01-18 16:47:16 +08:00
parent 6e437f5cdb
commit 57a4f1bf2f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
usedevelop = False
deps =
Pygments>=2.2.0 # BSD license
doc8>=0.6.0 # Apache-2.0
doc8>=0.8.1 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
hacking>=3.1.0,<4.0.0 # Apache-2.0
pycodestyle>=2.0.0,<2.7.0 # MIT