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

Replace py dependency with termcolor. #575

Merged
merged 3 commits into from
Jan 31, 2023
Merged

Replace py dependency with termcolor. #575

merged 3 commits into from
Jan 31, 2023

Commits on Jul 16, 2022

  1. Replace py dependency with termcolor.

    Only the colored terminal printing feature of the borderline deprecated py
    library is used so swap it out for termcolor which is slimmer. Doing so also
    fixes the pains that py's submodule deprecations sculdugery have been causing
    PyInstaller users (e.g. #245, #447, plus a new regression specific to pyshark
    0.5.2 leading to a `ModuleNotFoundError: No module named 'py._io'`).
    bwoodsend committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    ca940fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1737222 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    43c2ff7 View commit details
    Browse the repository at this point in the history