-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
This should be handled by dependabot.
@jmcarson when you get a chance, can you also check that these dependencies are not actually needed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks.
Accept all incoming changes to requirements.txt files to get updated versions. Then recompile requirements files to remove unused packages.
Looks like removing argon2-cffi broke admin logins. oops. I'll add it back in in a new pull request. |
Remove packages that are not actually being used. This will cut down on dependabot noise.