Add missing packaging dependency (#1011)

This commit is contained in:
Jonathan Wren 2020-07-29 15:22:49 -07:00 committed by GitHub
parent b509af6798
commit 832b9229f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -29,6 +29,7 @@ colorama = "^0.4.1"
python-dateutil = "^2.8"
pyyaml = "^5.1"
ansiwrap = "^0.8.4"
packaging = "^20.4"
[tool.poetry.dev-dependencies]
behave = "^1.2"