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

chore: switch to pipenv and clean up packages #33

Merged
merged 4 commits into from
Aug 13, 2023

Commits on Aug 13, 2023

  1. chore: switch to pipenv

    Install requirements based on previous requirements.txt, relaxing the pyparsing version constraint so that the install succeeds (was causing resolution issue).
    AndrewADev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    970b4be View commit details
    Browse the repository at this point in the history
  2. chore: remove version constraints in Pipenv

    Go through and upgrade these, leaving exact versions to lockfile for now.
    AndrewADev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c2eb165 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused packages

    A few of these are known previous subdependencies that are no longer needed.
    
    Some might be from initial generation (unneeded packages from mixed env).
    
    In any case, tests and program now runs fine without them.
    AndrewADev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    549dc8e View commit details
    Browse the repository at this point in the history
  4. chore: split out known dev dependencies

    Split out dependencies known to be development-only, as well as any unambiguous sub-dependenvies (determined via `pipenv graph`)
    AndrewADev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    078f817 View commit details
    Browse the repository at this point in the history