requader

Results 2 comments of requader

I am also experiencing this issue. This is causing the docker build to fail as well.

Found a fix to the Docker build by adding these after the poetry install: ``` RUN apt-get update \ && apt-get -y install libpq-dev gcc RUN pip install psycopg2-binary RUN...