update requirements to include pyyaml >= 5.1

This commit is contained in:
Jonathan Wren 2019-10-05 15:59:39 -07:00
parent 51f5ef54aa
commit 9881e872c5
2 changed files with 9 additions and 47 deletions

View file

@ -24,6 +24,7 @@ tzlocal = "^1.5"
asteval = "^0.9.14"
colorama = {version = "^0.4.1",platform = "win32"}
python-dateutil = "^2.8"
pyyaml = "^5.1"
[tool.poetry.dev-dependencies]
behave = "^1.2"