You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even better: use plugin_manager.list_plugin_distinfo() from pluggy to get back a list of tuples, the second item in each tuple is a pkg_resources.DistInfoDistribution with a .version attribute.
Refs #244
https://stackoverflow.com/questions/20180543/how-to-check-version-of-python-modules
The text was updated successfully, but these errors were encountered: