bandit
bandit copied to clipboard
Replace pbr in favor of importlib
The importlib module has a metadata.version to retrieve the package version of the given module. This can be used in lieu of pbr for gathering versioning. And since importlib is part of the base Python package in 3.8 and greater, we can drop another dependency.
Closes #839
Signed-off-by: Eric Brown [email protected]