zooniverse / panoptes-cli

A command-line interface for Panoptes
Apache License 2.0
18 stars 5 forks source link

Remove pkg_resources dependency #259

Closed lcjohnso closed 2 months ago

lcjohnso commented 4 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.