feat(deps): added deptry and removed deps#117
Merged
rileyok-ons merged 3 commits intomainfrom Feb 2, 2026
Merged
Conversation
Contributor
Collaborator
Author
Collaborator
Author
|
For dep groups seems you can get better config if we need separate ones for docs and tests https://deptry.com/usage/#pep-621-dev-dependency-groups which would be good for add when we put those functionalities in |
1 similar comment
Collaborator
Author
|
For dep groups seems you can get better config if we need separate ones for docs and tests https://deptry.com/usage/#pep-621-dev-dependency-groups which would be good for add when we put those functionalities in |
Contributor
Seems good to have that as an option that we might need later |
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


✨ Summary
Resolves #116
We have many unneeded deps in our repo we specify at pyproject but do not use, to check and remove these we can use deptry https://deptry.com/, this will check your pyproject, venv and files to find unused explicit deps and packages referred to but not explicitly imported (also transitive deps).
Using this allows us to remove multiple unneeded explicit deps from our repo, cleaning up our deps and making dependabot patches easier to do
Note: this ignores the DEMO folder
📜 Changes Introduced
✅ Checklist
terraform fmt&terraform validate)🔍 How to Test
Run

uv run deptry ., try messing around with it to see errors, it will also run each commitHere's an example where i added an unused dep