adding a config.yml instead of config.toml

This commit is contained in:
2021-10-19 21:46:41 +01:00
parent d604179cbf
commit 525107ad63
5 changed files with 40 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
toml = "^0.10.0"
pylite = "^0.1.0"
PyYAML = "^6.0"
[tool.poetry.dev-dependencies]
prospector = {extras = ["with_bandit", "with_mypy"], version = "^1.5.1"}