Make packaging dep explicit

A couple sanity tests require the packaging module.  The azure tests are
dragging it in but list it explicitly in sanity so we don't run into
problems if those are ever split up
pull/4420/head
Toshio Kuratomi 2019-04-30 06:57:09 -07:00
parent 0e8a77520c
commit 005487cba2
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
cryptography
jinja2
mock
packaging # needed for update-bundled and changelog
pycodestyle
pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+
pytest