config_parse_v3.py: fix Pylint errors/warnings
[deliverable/barectf.git] / pyproject.toml
index 076ccedb61069e07a2a592fd145e017b6e8d6c6b..e09a52f3dba0617d7e8a22ffe60608313bfe0c7c 100644 (file)
@@ -59,6 +59,14 @@ termcolor = '^1.1'
 pyyaml = '^5.3'
 jsonschema = '^3.2'
 setuptools = '*'
+jinja2 = '^2.11'
+
+[tool.poetry.dev-dependencies]
+flake8 = '*'
+pylint = '*'
+mypy = '*'
+pytest = '^6'
+pytest-xdist = '^2'
 
 [tool.poetry.scripts]
 barectf = 'barectf.cli:_run'
This page took 0.024397 seconds and 4 git commands to generate.