adding latest

This commit is contained in:
2021-11-09 22:46:45 +00:00
parent 78fdf54da3
commit c62d395df2
9 changed files with 125 additions and 120 deletions

View File

@@ -10,18 +10,19 @@ click = "^8.0.3"
pendulum = "^2.1.2"
Jinja2 = "^3.0.2"
panaetius = { path = "../panaetius", develop = true }
pytest-datadir = "^1.3.1"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
prospector = { extras = ["with_bandit", "with_mypy"], version = "^1.5.1" }
pytest-datadir = "^1.3.1"
duty = "^0.7.0"
pyinstaller = "^4.5.1"
coverage = "^6.0.2"
isort = "^5.10.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
"tembo" = "tembo.cli.cli:run"
"tembo" = "tembo.cli.cli:main"