cgen.py, templates: use new `_CompoundOp` for structure fields
[deliverable/barectf.git] / pyproject.toml
index 47a85b4908b62d044120c4a0a42a1c8a60c2f727..e09a52f3dba0617d7e8a22ffe60608313bfe0c7c 100644 (file)
@@ -54,13 +54,22 @@ classifiers = [
 packages = [{include = 'barectf'}]
 
 [tool.poetry.dependencies]
-python = '^3.5'
+python = '^3.6'
 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'
+barectf = 'barectf.cli:_run'
 
 [tool.poetry.urls]
 'Bug tracker' = 'https://github.com/efficios/barectf/issues/'
This page took 0.03749 seconds and 4 git commands to generate.