Remove runtime usage of pkg_resources.

This should provide a startup time speed boost at the expense of making
it harder to get ansible to use newer versions of packages than are
provided by the platform.
This commit is contained in:
Toshio Kuratomi 2018-09-07 12:14:46 -07:00
commit 4d9504e775
4 changed files with 9 additions and 14 deletions

View file

@ -7,4 +7,3 @@ jinja2
PyYAML
paramiko
cryptography
setuptools