- Notifications
You must be signed in to change notification settings - Fork302
Closed
Description
Unnecessary direct dependency:sqlparse
The packagesqlparse
is currently listed inexample/requirements.txt
, but it is not used directly in the codebase. It is a transitive dependency required byDjango
.
Suggested Fix
Removesqlparse
fromexample/requirements.txt
to keep the dependency list clean and focused on direct dependencies only.
Metadata
Metadata
Assignees
Labels
No labels