This commit is contained in:
Jonathan Wren 2022-04-16 15:19:38 -07:00
parent f1bd01594e
commit 4b9fe0cd4f
5 changed files with 101 additions and 26 deletions

View file

@ -49,6 +49,7 @@ tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGE
pytest = { version = ">=6.2", optional = true }
pytest-bdd = { version = ">=4.0.1", optional = true }
toml = { version = ">=0.10", optional = true }
rich = "^12.2.0"
[tool.poetry.dev-dependencies]
mkdocs = ">=1.0"