You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.