SQLAlchemy filters still in codebase #3424
Labels
priority: urgent
Blocks other ongoing work
ready
Ready for implementation
type: bug
Something isn't working
work: backend
Related to Python, Django, and simple SQL
Milestone
Description
sqlalchemy-filters
is required in parts of our codebase, but was removed fromrequirements.txt
.Expected behavior
Only one of the above should be true
Additional context
@kgodey crashed into this while doing the build from scratch docs.
Related issue: #3314
Related PR: #3317
Basically, that PR removed SQLAlchemy from
requirements.txt
, but not all spots of the codebase. The reason we didn't find this issue until now is that we do all testing on Docker, and the relevantDockerfile
includes an explicit instruction to installsqlalchemy-filters
aside from therequirements.txt
.The text was updated successfully, but these errors were encountered: