Open crazyscientist opened 1 year ago
Have you consider to use psycopg2-binary in requirements.txt instead of psycopg2?
psycopg2-binary
psycopg2
The benefit would be that pip does not need to build the package, which requires a developer to manually install the build tools...
Have you consider to use
psycopg2-binary
in requirements.txt instead ofpsycopg2
?The benefit would be that pip does not need to build the package, which requires a developer to manually install the build tools...