devilry / devilry-django

Devilry project main repository
http://devilry.org
BSD 3-Clause "New" or "Revised" License
51 stars 24 forks source link

Replace `psycopg2` dependancy with `psycopg2-binary` #1269

Closed torgeirl closed 1 year ago

torgeirl commented 1 year ago

We have some issues with psycopg2 for Python 3.10+ in our current environments while psycopg2-binary works fine.

As a workaround pip install --no-deps -r requirements.txt allows us to install Devilry 6.0.0 without psycopg2 so I believe it could be replaced with psycopg2-binary.