mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 11:05:44 +00:00
adding latest
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user