aws / amazon-mwaa-docker-images

Apache License 2.0
28 stars 12 forks source link

Generate dev version of requirements in create_venvs script #145

Closed dhegberg closed 2 months ago

dhegberg commented 2 months ago

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.

dhegberg commented 2 months ago

README.md should be updated to reflect the new required parameter

Updated