Merge branch '4.0.x' into 4.x

This commit is contained in:
Takeshi KOMIYA
2021-06-13 16:34:46 +09:00
3 changed files with 13 additions and 10 deletions

View File

@@ -44,8 +44,11 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
'mypy>=0.800',
'mypy>=0.900',
'docutils-stubs',
"types-typed-ast",
"types-pkg_resources",
"types-requests",
],
'test': [
'pytest',