Generate requirements-dev.txt file in the create_venvs script and replace psycopg2 with psycopg2-binary.
This means that pg_config will not be required for a development build. psycopg2 should still be built from source for a production build as per the guidance of psycopg2-binary.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: 52
Description of changes:
Generate
requirements-dev.txt
file in the create_venvs script and replace psycopg2 with psycopg2-binary.This means that pg_config will not be required for a development build. psycopg2 should still be built from source for a production build as per the guidance of psycopg2-binary.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.