bitfield.h.j2: remove `_BYTE_ORDER` definition; set relevant macros
[deliverable/barectf.git] / pyproject.toml
index e2910804ca98527c6346d575882560f42f415a69..e09a52f3dba0617d7e8a22ffe60608313bfe0c7c 100644 (file)
@@ -54,14 +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.023962 seconds and 4 git commands to generate.