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

Remove unused dependencies #305

Merged
merged 12 commits into from
Nov 29, 2023
Merged

Remove unused dependencies #305

merged 12 commits into from
Nov 29, 2023

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Nov 21, 2023

Remove packages that are not actually being used. This will cut down on dependabot noise.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac9565c) 98.26% compared to head (a2ccb87) 98.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #305   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         231      231           
  Lines       17800    17800           
=======================================
  Hits        17492    17492           
  Misses        308      308           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amstilp amstilp marked this pull request as ready for review November 21, 2023 23:47
@amstilp
Copy link
Contributor Author

amstilp commented Nov 21, 2023

@jmcarson when you get a chance, can you also check that these dependencies are not actually needed?

Copy link
Collaborator

@jmcarson jmcarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks.

requirements/dev-requirements.in Show resolved Hide resolved
Accept all incoming changes to requirements.txt files to get updated
versions. Then recompile requirements files to remove unused packages.
@amstilp amstilp merged commit 0e10ef8 into main Nov 29, 2023
8 checks passed
@amstilp amstilp deleted the maint/remove-unused-dependencies branch November 29, 2023 17:42
@amstilp
Copy link
Contributor Author

amstilp commented Dec 1, 2023

Looks like removing argon2-cffi broke admin logins. oops. I'll add it back in in a new pull request.

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.

2 participants