adding latest

This commit is contained in:
2021-10-15 04:14:25 +01:00
parent c1ce2651ac
commit 2885ec8903
9 changed files with 417 additions and 81 deletions

View File

@@ -28,10 +28,11 @@ toml = "^0.10.0"
pylite = "^0.1.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
pytest = "^3.0" # TODO: Update to latest
# sphinx = "^2.3"
# sphinx_rtd_theme = "^0.4.3"
prospector = "^1.3.0"
prospector = {extras = ["with_bandit", "with_mypy"], version = "^1.5.1"}
types-toml = "^0.10.1"
[build-system]
requires = ["poetry>=0.12"]