benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
711 stars 341 forks source link

Use `psycopg2-binary` in requirements? #369

Open crazyscientist opened 1 year ago

crazyscientist commented 1 year ago

Have you consider to use psycopg2-binary in requirements.txt instead of psycopg2?

The benefit would be that pip does not need to build the package, which requires a developer to manually install the build tools...