-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
@vtalos Unnecessary direct dependency:
Description
Unnecessary direct dependency: sqlparse
The package sqlparse
is currently listed in example/requirements.txt
, but it is not used directly in the codebase. It is a transitive dependency required by Django
.
Suggested Fix
Remove sqlparse
from example/requirements.txt
to keep the dependency list clean and focused on direct dependencies only.
Metadata
Metadata
Assignees
Labels
No labels