Closed lcjohnso closed 2 months ago
Closes #257
Following recommendations from the pkg_resources devs, replacing its use to extract package versions by swapping in importlib.metadata package. I also added requests and urllib3 to the CLI's info() function to aid in future debugging.
pkg_resources
importlib.metadata
requests
urllib3
info()
Closes #257
Following recommendations from the
pkg_resources
devs, replacing its use to extract package versions by swapping inimportlib.metadata
package. I also addedrequests
andurllib3
to the CLI'sinfo()
function to aid in future debugging.