Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption #227

Merged
merged 4 commits into from
Oct 6, 2021

Commits on Oct 5, 2021

  1. #decrease memory consumption, use importlib.metadata to get package v…

    …ersion instead of pkg_resources.get_dictribution
    akayunov committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    cdf0328 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. # use backport of importlib.metadata for <3.8

    akayunov committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ec10eb1 View commit details
    Browse the repository at this point in the history
  2. # add backport requirements for <3.8

    akayunov committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9ec7c55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0e9f1 View commit details
    Browse the repository at this point in the history