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

Conversation

AndrewADev
Copy link
Owner

Install requirements based on previous requirements.txt, converting to non-constrained versions in Pipenv.

Also upgrade all packages, remove those no longer needed, as well as split out known dev dependencies.

@AndrewADev AndrewADev changed the title chore: switch to pipenv and c;ean up packages chore: switch to pipenv and clean up packages Aug 13, 2023
Install requirements based on previous requirements.txt, relaxing the pyparsing version constraint so that the install succeeds (was causing resolution issue).
Go through and upgrade these, leaving exact versions to lockfile for now.
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.
Split out dependencies known to be development-only, as well as any unambiguous sub-dependenvies (determined via `pipenv graph`)
@AndrewADev AndrewADev marked this pull request as ready for review August 13, 2023 16:48
@AndrewADev AndrewADev merged commit 06eb06f into main Aug 13, 2023
1 check passed
@AndrewADev AndrewADev deleted the chore/convert-to-pipenv branch August 13, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant