updating web-dev

This commit is contained in:
2020-02-20 01:32:19 +00:00
parent a5943843ca
commit e6cc4e59f7
20 changed files with 605 additions and 27 deletions

View File

@@ -14,6 +14,15 @@ uvicorn = "^0.11.3"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
autopep8 = "^1.5"
pudb = "^2019.2"
McCabe = "^0.6.1"
YAPF = "^0.29.0"
pydocstyle = "^5.0"
Pyflakes = "^2.1"
Rope = "^0.16.0"
python-language-server = "^0.31.8"
pycodestyle = "^2.5"
[build-system]
requires = ["poetry>=0.12"]